photo

Mori


Caltech

Actif depuis 2015

Followers: 0   Following: 0

Message

Reasercher

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


save result of a loop in 3D matrix
I have this code but I want my result, distance(ii,jj), saved as a page in 3D matrix. Now just it is just overwrite on top each...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Rotate a vector in space to get surface
I have matrix A=[ 4 6 8 9 6 4 2 3 4 5 6 7 8 10 11 12 12 12] How i can rotate this matrix in space, pinned at A(1,1), in order...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


Pad a vector to get matrix
<</matlabcentral/answers/uploaded_files/56676/Ashampoo_Snap_2016.07.25_19h29m11s_003_.png>> I have a matrix A like above, how...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Pad a vector to get matrix
A=[10 12 3 34 5] B=A(1,1) numel(A) for i=2:1:numel(A) B=padarray(B,[1,1],A(1,i)) end

environ 8 ans il y a | 0

| A accepté

Question


cell2mat of specific coulmns
I have a cell called A, with 6*1 cell, each cell has 8*3 doubles. How I create matrix B with 6*8 size which each column of B inc...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Break a big matrix into cell array based on repetitive number in one of the matrix columns
<</matlabcentral/answers/uploaded_files/56599/Ashampoo_Snap_2016.07.24_03h52m09s_004_.png>> I have a matrix of 383533*3 doubl...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


sum of two cell arrays with different dimensions
I have 2 cells, A, includes 1*6 cell and each cell has 290 doubles. B, includes 1*11 cell and each cell has 1*6 cell and each ...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


sum of doubles of different cells
I have two cells (A & B) which each of them has 5*1 cell and each cell 26*1 doubles. How I sum A and B doubles with together int...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


Multiply cell doubles with a matrix
I have a cell array A which has 1*5 cell, each cell has 12*1 doubles. How multiply those 12*1 doubles with a MATRIX call B wi...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


sum of doubles into cell arrays
I have a cell, called A with 1*7 cell, then each cell has 1*3 other cells and each of them has 10* 1300 doubles. I want cell ...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to concatenate 3D cells arrays
Here I am posting my question graphically to illustrate better my question. I have 2 3D cell array (A, B) with the same cell ...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


how to concatenate cells arrays
<</matlabcentral/answers/uploaded_files/55803/Ashampoo_Snap_2016.07.08_19h20m15s_008_MATLAB%20R2015a%20-%20academic%20use.png>> ...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


How expand a matrix?
How we can expand matrix A to B? each element of matrix A is equal to sum of each B columns. (step of 3) A= [1 5 8 12 7...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


cutting a matrix A into 3 pieces with respect to matrix B
here we have : A=[1 2 3 14 15 16 7 8] B=[1 2 3] we know location of B is over 14 15 16 of matrix A. we need t...

environ 9 ans il y a | 1 réponse | 0

1

réponse