Community Profile

photo

DIMITRA GIANNOPOULOU


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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; ...

6 years ago | 1 answer | 0

1

answer