I can't understand the following MATLAB code documentation

3 ビュー (過去 30 日間)
Oscar Medina Boone
Oscar Medina Boone 2021 年 10 月 15 日
回答済み: Walter Roberson 2021 年 10 月 15 日
Im working on a human-robot collaboration project, and I am basing myself from a previous project from my school. I have all its code documentation, but there is one thing about that I do not understand
These lines of code are supposed to be a single program to initiliaze a Scorbot Robot. I do not understand why there is a gap after line 19 and then it starts at line 1 again. Is this a Matlab feature? I dont understand why it is divided like that, maybe I am not understanding the documentation properly?. If anyone knows the reason behind this it would help me a lot.

回答 (2 件)

dpb
dpb 2021 年 10 月 15 日
This isn't documentation, this is actual MATLAB code.
The first section is a script; the second is a function which is called by the script.
Read the MATLAB documentation on scripts and functions.

Walter Roberson
Walter Roberson 2021 年 10 月 15 日
The implication is that the second part is stored in its own file.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by