what is the meaning of this code?

2 ビュー (過去 30 日間)
anand rathod
anand rathod 2020 年 7 月 5 日
回答済み: Image Analyst 2020 年 7 月 5 日
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 Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by