what is the meaning of this code?

1 次查看(过去 30 天)
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];

采纳的回答

Image Analyst
Image Analyst 2020-7-5
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 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by