photo

Lina Baquero


Liberty University

Active since 2012

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
61,750
of 300,603

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by
No Activity