photo

mfas


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Large Cell Array Manipulation?
I have a nx3 matrix in the from: P= x1 y1 z1 x2 y2 z2 . . . . . . . . . xn yn zn I have then...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Matrix splitting to overcome "array exceeds maximum array size"?
I currently have: N=[x1,y1,z1;x2,y2,z2;...;xn,yn,zn]; K=[kx1,ky1,kz1;kx2,ky2,kz2;...;kxn,kyn,kzn]; S=N*K'; ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Faster method of creating list of looped row vectors?
At the moment I have the following code: kres=1; kz=0; K=[]; for kx=-3:kres:3 for ky=-3:kres:3 ...

etwa 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Plotting colour map of changing intensities in x-y plane?
I have a Nx3 matrix with its columns corresponding to x-coordinate, y-coordinate and intensity respectively. How do I plot a col...

etwa 9 Jahre vor | 1 Antwort | 1

1

Antwort