myDynamicClass
MDC = MYDYNAMICCLASS(TEXTFILE) will create a set of class from TEXTFILE.
The file must be delimited by white spaces so for text use underscores. Do not use quotes anywhere.
The first line should begin with the Class name followed by a list of the Fields.
Each subsequent line should begin with the Member followed by the values for each of the Fields.
myDynamicClass will convert strings to numbers; and may read in arrays if they entered as strings and use commas instead of spaces.
MDC = MYDYNAMICCLASS(TEXTFILE,FORMAT) creates the file using a FORMAT string that conforms to the standard MATLAB textscan notation.
Cita come
Mark Mikofski (2025). myDynamicClass (https://it.mathworks.com/matlabcentral/fileexchange/35404-mydynamicclass), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
