Why some functions does not open?

2 ビュー (過去 30 日間)
Said BOUREZG
Said BOUREZG 2017 年 4 月 20 日
コメント済み: Jan 2017 年 4 月 24 日
Some Matlab toolbox functions doesn't open, we only get their explanation like some functions:
>> open cummin
>> open cummax
>> open min
...
  2 件のコメント
Stephen23
Stephen23 2017 年 4 月 20 日
編集済み: Stephen23 2017 年 4 月 20 日
@Said BOUREZG: who said that they have to open? Where is it written that every function must be able to be opened ?
No compiled function will open in the editor. This is the expected behavior.
Said BOUREZG
Said BOUREZG 2017 年 4 月 20 日
Thank you for the answer.

サインインしてコメントする。

採用された回答

Jan
Jan 2017 年 4 月 20 日
The functions cannot be "opened", because they are compiled. Some functions of Matlab's toolboxes are shipped as M-files, some are "built-in". Then only the documentation in the help section is visible for the users.
What is the purpose of "opening" the code of min?
  2 件のコメント
Said BOUREZG
Said BOUREZG 2017 年 4 月 20 日
Thank you for the answer, and about the purpose, it's just a curiosity.
Jan
Jan 2017 年 4 月 24 日
Matlab's license condition, which have been accepted by all users, forbid a reverse engineering. Therefore digging in the code must be limited. Even if this answer would contain the hint, that digging in the code would be possible at all, might be illegal.
But if you are really curios, try to contact the author. They are scientists also and under certain conditions they are interested in discussions.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by