photo

Lina Baquero


Liberty University

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Hi, I have this problem: let A_ij =ij-j^2 for all i,j {1:10}
I using this loop:

for i=1:10
for j=1:10
A(i,j)=i*j-j^2
end
end

It is giving me the answer but it is showing every step. Now I need to find a way to do the for loop without displaying the result each step. In other words, find the execute but don't display output syntax

统计学

Feeds

排序方式:
无活动