How to Read this Code in English?

1 回表示 (過去 30 日間)
Rightia Rollmann
Rightia Rollmann 2017 年 3 月 4 日
編集済み: John D'Errico 2017 年 3 月 4 日
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
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
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 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by