Wang Ryan
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
239 692
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
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...
3 mois il y a | 1 réponse | 0
1
réponseQuestion
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)); ...
3 mois il y a | 2 réponses | 0
2
réponsesQuestion
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(:...
4 mois il y a | 1 réponse | 0