Filter löschen
Filter löschen

what is the meaning of this code?

1 Ansicht (letzte 30 Tage)
anand rathod
anand rathod am 5 Jul. 2020
Beantwortet: Image Analyst am 5 Jul. 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];

Akzeptierte Antwort

Image Analyst
Image Analyst am 5 Jul. 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?

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by