Write a Matlab program that prints a table with 10 lines of output. On output line number k, the program should list the numbers from k to k^2 (line number to the power 2). Together with the sum of even numbers only. Note that there is a space betwee

1 view (last 30 days)
Write a Matlab program that prints a table with 10 lines of output. On output line number k, the program should list the numbers from k to k^2 (line number to the power 2). Together with the sum of even numbers only. Note that there is a space between the printed numbers. You have to use loops to solve this problem.

Answers (1)

Shivam Prasad
Shivam Prasad on 16 Oct 2019

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!