Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Function: outmatrix = strsplit(inpstr[,delimiter])
Input:
inpstring, this is the input string which is a delimiter separated string: 345.56,376.5,4334.34 .
delimiter, optional if not given, ',' is taken.
outmatrix: if all values in inputstring are numerical a double array is given otherwise a cell array.
Cita come
Gie Spaepen (2026). Split delimiter separated strings into a matrix (https://it.mathworks.com/matlabcentral/fileexchange/4615-split-delimiter-separated-strings-into-a-matrix), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: rsplit, latexfigure
Informazioni generali
- Versione 1.0.0.0 (2,05 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 | The inputstring could only consist of numerical values, now it can contain strings as well. |
