Getting zeros when empty
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I am plotting one particular column from a txt file using dlmread. Whenever there is an empty cell (though other columns do have values), I am getting zero values plotted, even though I do not want them. I would like it to read those cells as 'not existing'. Thank you to anyone who can help!
0 Commenti
Risposte (1)
Walter Roberson
il 18 Feb 2021
You cannot do that using dlmread(). Use readmatrix() or readtable() or textscan()
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!