photo

Lina Baquero


Liberty University

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

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

Statistik

Feeds

Anzeigen nach
Keine Aktivität