Feeds
提问
Sort a matrix based on one row?
lets say we have a 3x3 matrix as a= 2 5 3; 2 8 1; 4 1 9; and I want this matrix sorted based on its 2nd row ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Plot 2 arrays in matlab?
lets assume I have two arrays a & b as follows: a=[1,2,5,3,1.5,7,6]; b=[12,1,45,11,3,2,65]; plot(a,b) gives a plot havin...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to trim data from a double variable?
Lets say we have a double variable 10x10 array, and entries in its 3rd row are (1,2,5,6,5,6,7,8,2,4), we need the values corresp...
11 years 前 | 1 个回答 | 0