How to Read this Code in English?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am not an English-speaking person. How is the correct way to describe the code below with words?
A.B.C = 1
댓글 수: 1
John D'Errico
2017년 3월 4일
편집: John D'Errico
2017년 3월 4일
The problem is, this could get lengthy. If you understand what is a structure, then it takes nothing to explain. If not, then it could take several pages to explain MATLAB to a complete novice. Whether you speak English well is irrelevant.
I'd suggest that you start with
doc structure
At least, give a hint as to what you know, and what you don't understand here.
채택된 답변
Image Analyst
2017년 3월 4일
There is a structure called "A".
"A" has a "field" or "member" called "B".
"B" is also a structure, and it has a field called "C".
The code is setting the C field to 1.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!