cell2num
Versione 1.0.0.0 (433 Byte) da
Darren
Used to convert 2 dimensional cell array of single numbers to a matrix.
6,9K download
Aggiornato
15 giu 2007
Nessuna licenza
Function to convert an all numeric cell array to a double precision array
********************************************
Usage:
outputmatrix=cell2num(inputcellarray)
********************************************
Output matrix will have the same dimensions as the input cell array
Non-numeric cell contest will become NaN outputs in outputmat
This function only works for 1-2 dimensional cell arrays of single numbers
Cita come
Darren (2026). cell2num (https://it.mathworks.com/matlabcentral/fileexchange/15306-cell2num), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Language Fundamentals > Data Types > Cell Arrays >
- MATLAB > Language Fundamentals > Data Types > Data Type Conversion >
Scopri di più su Cell Arrays in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: CELL2FLOAT, Rosin-Rammler Diagram plotting tool
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 |
