Why is this code not reading the csv file?
Mostra commenti meno recenti
Hi I'm new to MatLab, and I have been trying to run the code inorder to create a PSD plot. However, I can't really figure out where or why it is falling down. Anyone have any ideas or know why? I have attached a picture of the code and the table in matlab...
Risposte (1)
Alex Mcaulley
il 29 Ott 2019
The images are useless, but the error is clear, your variable tdata doesn't exist. I guess you need to change this line:
tdata = readtable(fname);
5 Commenti
Ryan Marsden
il 29 Ott 2019
Alex Mcaulley
il 29 Ott 2019
Modificato: Alex Mcaulley
il 29 Ott 2019
What is the error know? Please, copy-paste the full error text (Note that we don't have the csv file to test it)
Ryan Marsden
il 30 Ott 2019
Ryan Marsden
il 30 Ott 2019
Ryan Marsden
il 30 Ott 2019
Categorie
Scopri di più su Spectral Estimation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!