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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
