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!