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
This class can be used to read a csv file into RAM or save a csv file from RAM to disk
Example Usage for CSV file that have a signal column named 'recFilename' with at least one element:
csv = csvClass();
csv.openCSV();
csv.getNrSignals();
csv.getSignals();
a=csv.getSignalValue('recFilename');
csv.deletSig('recFilename');
csv.saveCsv('C:\','file2.csv');%works only for non cell CSV file.
Cita come
timo (2026). CSV reader (https://it.mathworks.com/matlabcentral/fileexchange/39683-csv-reader), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.2.0.0 (3,6 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
