str2subs, subs2str
Version 1.0.0 (3,9 KB) von
Kenneth Johnson
Convert a string to/from a subscript struct for use in subsref and subsasgn.
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,:)'.
Zitieren als
Kenneth Johnson (2026). str2subs, subs2str (https://de.mathworks.com/matlabcentral/fileexchange/84365-str2subs-subs2str), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2020b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0 |
