Why is this code not reading the csv file?
古いコメントを表示
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...
回答 (1 件)
Alex Mcaulley
2019 年 10 月 29 日
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 件のコメント
Ryan Marsden
2019 年 10 月 29 日
Alex Mcaulley
2019 年 10 月 29 日
編集済み: Alex Mcaulley
2019 年 10 月 29 日
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
2019 年 10 月 30 日
Ryan Marsden
2019 年 10 月 30 日
Ryan Marsden
2019 年 10 月 30 日
カテゴリ
ヘルプ センター および File Exchange で Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!