what is the meaning of this code?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
anand rathod
le 5 Juil 2020
Réponse apportée : Image Analyst
le 5 Juil 2020
cl = {'open','close'};
% Initialise empty cell structure
DBL = cell(1,1);
DBR = cell(1,1);
DBM = cell(1,1);
dim = [30 60;
30 60
40 65];
0 commentaires
Réponse acceptée
Image Analyst
le 5 Juil 2020
It just instantiates four cell arrays and a double matrix. It doesn't really mean anything, at least not to me. Why should it?
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!