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];
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!