str2subs, subs2str

Convert a string to/from a subscript struct for use in subsref and subsasgn.
20 download
Aggiornato 15 dic 2020

Visualizza la licenza

Convert a character string (row vector) c to a subscript struct s for use in subsref or subsasgn.

Example: str2subs('a{1}.b(2,:)') is equivalent to substruct('{}',{1},'.','b','()',{2,':'}).

Convert a subscript struct s to a character string.

Example: subs2str(substruct('{}',{1},'.','b','()',{2,':'}),'a') returns 'a{1}.b(2,:)'.

Cita come

Kenneth Johnson (2024). str2subs, subs2str (https://www.mathworks.com/matlabcentral/fileexchange/84365-str2subs-subs2str), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2020b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0