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 CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by