photo

Wang Ryan


Last seen: Today Attivo dal 2024

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
92.204
of 297.527

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.454

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


how to display (3000x4000x4) matrix as image in matlab
I have created a 3000x4000x4 matrix in matlab, when I try to use image() function to display it as a picture, matlab told me ima...

6 mesi fa | 1 risposta | 0

1

risposta

Domanda


I substracted two 3D matrix and get a 2D matrix instead of 3D matrix, why?
I have a 3264x4912x3 matrix p, I subtracted p by the following code: X=4912; Y=3264;d=1; dp=minus(p(1:Y,1:X-d),p(1:Y,1+d:X)); ...

6 mesi fa | 2 risposte | 0

2

risposte

Domanda


merge multiple doubles in one cell of different sizes
I created a cell using for loop: clearvars; for i=1:30 p = double(DSC00080); X=4912; Y=3264;d=i; r = p(:...

7 mesi fa | 1 risposta | 0

1

risposta