photo

Mori


Caltech

2015년부터 활동

Followers: 0   Following: 0

메시지

Reasercher

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 8년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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

거의 8년 전 | 0

| 수락됨

질문


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

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변