Statistik
RANG
107.730
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
92.31%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenPad 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
mehr als 8 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to concatenate cells arrays
<</matlabcentral/answers/uploaded_files/55803/Ashampoo_Snap_2016.07.08_19h20m15s_008_MATLAB%20R2015a%20-%20academic%20use.png>> ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0