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
Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to prep data for writing to an Excel spreadsheet using xlswrite.
Example:
weather =
1x3 struct array with fields:
temp
rainfall
>> wxcell = structToCellArrayWithHeaders ( weather )
wxcell =
'temp' 'rainfall'
[ 68] [ 0.2000]
[ 80] [ 0.4000]
[ 72] [ 0]
Cita come
Andrew Blackburn (2026). Convert Struct to Cell Array With Column Headers (https://it.mathworks.com/matlabcentral/fileexchange/10564-convert-struct-to-cell-array-with-column-headers), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (599 Byte)
-
Nessuna licenza
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 |
