Fares Alfares
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
I have a matrix BB = [-1 5 6;4 -3 2;5 6 -7]. How can i print the location(index) of the positive elelments using for loop and using while loop ?
I have this matrix BB = [-1 5 6;4 -3 2;5 6 -7]. I want to know how can I display the location of the positive elements using for...
6 years 前 | 1 个回答 | 0
1
个回答提问
I hava a matrix: BB = [-1 5 6;4 -3 2;5 6 -7] , i want to know how display the loctation of the positive elements using for loop and while loop ?
I have this matrix BB = [-1 5 6;4 -3 2;5 6 -7] I want to know how can I display the location of the positive elements using for...
6 years 前 | 0 个回答 | 0
0
个回答提问
If I have a matrix My matrix is: BB = [-1 5 6;4 -3 2;5 6 -7]. How to print only positive values using a while loop?
How to print single values of a matrix in matlab. I am using a while loop to read the matrix and print only positive values usin...
6 years 前 | 1 个回答 | 0