Feeds
提问
How to edit 2 matrices
Hi everybody, I have a matrix which is A = [1; 2; 5; 8; 9; 10; 11; 12] and a matrix which contains for pairs of the previous ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Find missing elements from table
Hi everybody, I have a vector A = [1 ;2;3;4;5;6;7;8] and a Matrix B=[1 2; 1 8 ; 2 8] and I want to find the missing elements ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Load data from a table from another file
Hi everybody, I am trying to load the data from a table which is located to another file than the location of the script wher...
7 years 前 | 1 个回答 | 0
1
个回答提问
Transform array to matrix
Hi, I want to transform the array A=[1 2 3 4 5] to this matrix A= [1 2; 2 3; 3 4; 4 5] Is i...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to find elements in a matrix
Hi, I have a matrix which is B(171x3). The first column is the identity of the element and the second and third column the co...
8 years 前 | 1 个回答 | 0
1
个回答提问
How can I combine two matrices ?
A = [1 2 3; 4 5 6; 7 8 9] B = [10 11 12; 13 14 15] C = [1 2 3; 4 5 6; 7 8 9; 10 11 12; ...
8 years 前 | 1 个回答 | 0
