what is the meaning of this code?

1 visualización (últimos 30 días)
anand rathod
anand rathod el 5 de Jul. de 2020
Respondida: Image Analyst el 5 de Jul. de 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];

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by