Lina Baquero - MATLAB Central
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

더 보기

통계

MATLAB AnswersFrom 11/12 to 03/25Use left and right arrows to move selectionFrom 11/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
269,584
of 297,457

평판
0

참여
2 질문
0 답변

답변 채택
0.0%

획득한 표
0

Feeds

보기 기준

질문


Differential equations on MATLAB
I have this exercise but I'm stock: A =[5 1 0 0; 1 5 0 0; 0 0 1 -2; 0 0 2 1] a)solve dx/dt = Ax using the differential eq...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to find the execute but don't display output syntax of a loop?
Hi, i have this problem: Let A_ij =ij-j^2 for all i,j {1.2...10} Im using this for loop: for i=1:10 for j=1:10 A(i,j)...

12년 초과 전 | 답변 수: 3 | 0

3

답변
Go to top of page