Feeds
질문
Problem with intersect function?
I am writing a matlab programm to import xls files from local and do some calculations. These xls files alwasys have four cloumm...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to sort a matrix by row according to another matrix?
I have two matrices A and B, A=[1 2 3;3 2 1;4 1 5;1 3 5] which is the reference matrix, and B=[1 2 3;4 1 5;3 2 1], how to sort B...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot a sphere with given centre and radius?
There is a matrix A=[1 2 3 4;2 3 4 5;5 6 7 8;8 9 10 11], First three columms represents the centre of a sphere (a,b,c), and the...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Delete rows from matrix according to another matrix?
A= 1 2 3; 4 5 6; 7 8 9; 1 3 4; 5 6 7 B= 5 6 7; 1 2 3 A and B are given,how to delete corresponding rows from matrix...
8년 초과 전 | 답변 수: 1 | 0
