Info

此问题已关闭。 请重新打开它进行编辑或回答。

plotting the number of multiplication

1 次查看(过去 30 天)
ime sem
ime sem 2013-11-9
关闭: Walter Roberson 2014-1-21
i=1:1000,
n=i*i,
plot(n)

回答(1 个)

Walter Roberson
Walter Roberson 2013-11-10
Perhaps you want
n = i .* i;

此问题已关闭。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by