Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

plotting the number of multiplication

1 view (last 30 days)
ime sem
ime sem on 9 Nov 2013
Closed: Walter Roberson on 21 Jan 2014
i=1:1000,
n=i*i,
plot(n)

Answers (1)

Walter Roberson
Walter Roberson on 10 Nov 2013
Perhaps you want
n = i .* i;

This question is closed.

Tags

Products

Community Treasure Hunt

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

Start Hunting!