what is the meaning of this code?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
anand rathod
il 5 Lug 2020
Risposto: Image Analyst
il 5 Lug 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 Commenti
Risposta accettata
Image Analyst
il 5 Lug 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!