Does anyone recognize this command rttDirList ?

2 ビュー (過去 30 日間)
Edward Lannon
Edward Lannon 2020 年 10 月 30 日
コメント済み: Walter Roberson 2020 年 11 月 3 日
Does anyone recognize this command rttDirList ? It is code that I need to learn and google has yet to help. I think it is some version of dir.
Thanks for the help,
Edward
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 10 月 31 日
Are you sure it is a command, and not an array ?

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

採用された回答

Gouri Chennuru
Gouri Chennuru 2020 年 11 月 3 日
Hi Edward,
As per my undertanding, rttDirList is’nt a MATLAB internal function in a MATLAB code file (.m,.mlx, or .p extension), or a saved Simulink model
On executing “which” command in MATLAB command window using,
which rttDirList -all
you will get,
'rttDirList' not found.
Which clearly indicates that its not a MATLAB internal function.
It might be an array or another user-defined function.
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 11 月 3 日
Well it only indicates that if you have every toolbox installed!

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by