Does anyone recognize this command rttDirList ?

3 visualizaciones (últimos 30 días)
Edward Lannon
Edward Lannon el 30 de Oct. de 2020
Comentada: Walter Roberson el 3 de Nov. de 2020
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
  2 comentarios
Walter Roberson
Walter Roberson el 31 de Oct. de 2020
Are you sure it is a command, and not an array ?
Edward Lannon
Edward Lannon el 31 de Oct. de 2020
I don't believe so. This is the code that it comes from. It might be an internally created command, but I wanted to make sure it didn't come from a well know plug in.
rawDataFolder ='C:\Users\edwar\Documents\BVDATA\RAW';
D = rttDirList(rawDataFolder);
D = D(endsWith(D.Path,'.mff'),:);
mffFolders = unique(D.Path);

Iniciar sesión para comentar.

Respuesta aceptada

Gouri Chennuru
Gouri Chennuru el 3 de Nov. de 2020
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 comentario
Walter Roberson
Walter Roberson el 3 de Nov. de 2020
Well it only indicates that if you have every toolbox installed!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by