Feeds
질문
How to stop loop from giving my matrix a certain value?
I have a zeros matrix Matrix= zeros(3,1); and another matrix ;Main Main= [10 20;25 -30;35 40]; I also have an if-els...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to loop through a matrix, one row at a time using a for loop and conditions
So I have a 4x2 matrix Matrix = [20,5; 30, -6; 40,8; 50,10]; . And I want to create a for loop with if-else statement that goe...
7년 초과 전 | 답변 수: 2 | 0
