Feeds
提问
normalise a column in a matrix
I have a 5x10 matrix of non-zero values. How can I normalise the 9'th column and make all its values equal to 1.
5 years 前 | 1 个回答 | 0
1
个回答提问
How to change sign of matrix
I have a 5x10 matrix of random values and another 5x10 matrix of +1 and -1 values. I am wanting to apply the sign of the second ...
5 years 前 | 2 个回答 | 0
2
个回答提问
combining 5 rows into one matrix
How do I combine 5 different (1x10) vectors into a single matrix of dimension 5x10
5 years 前 | 2 个回答 | 0
2
个回答提问
How to select data points for interpolation
I am trying to interpolate between two points on my sinosoidal shaped graph. How do I select a desired range of points on that g...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I name figures in for loops.
My for loop is i=1:10 in which 10 plots wre produced at 10 different locations. I would like to name the figures as 'location i'...
5 years 前 | 1 个回答 | 0
