what is the meaning of this code?

조회 수: 1 (최근 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 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