Feeds
提问
extracting a particular element from a matrix
Hi all, I have a column matrix A (with some common elements in it) and another column matrix B, I have added both the matric...
7 years 前 | 2 个回答 | 0
2
个回答提问
how to make a row matrix from matlab generated data.
Hi all, I have a matlab code that outputs the reselts in the form of s(:,:,1) = 'value' , s(:,:,2)='value' , s(:,:,3)='value'...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to extract a group of columns from a matrix using loop?
Hello all, I have a mxn matrix, I want to extract first three columns collectively, store it with a variable name (say x), then...
7 years 前 | 2 个回答 | 0
