Statistiques
RANG
107 776
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
92.31%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesPad 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
plus de 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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to concatenate cells arrays
<</matlabcentral/answers/uploaded_files/55803/Ashampoo_Snap_2016.07.08_19h20m15s_008_MATLAB%20R2015a%20-%20academic%20use.png>> ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0