フィルターのクリア

Error in power_spectrum (line 9) M = csvread(devc_file,2,0);

2 ビュー (過去 30 日間)
SYML2nd
SYML2nd 2018 年 11 月 17 日
編集済み: madhan ravi 2018 年 11 月 17 日
Hi,
I am new user of matlab and I need to use a matlab file that a developer did. Unfortunately I see this error:
Error in power_spectrum (line 9)
M = csvread(devc_file,2,0);
The name of my csv file is devc_file, and I placed it in the same folders ot the matlab file. Can someone tell me if I did something wrong?

回答 (1 件)

madhan ravi
madhan ravi 2018 年 11 月 17 日
M = readtable('devc_file.csv')
  3 件のコメント
madhan ravi
madhan ravi 2018 年 11 月 17 日
just try my answer , readtable can also read the csv file , plus you didn't use strings to define the filename that might be the reason for your error
SYML2nd
SYML2nd 2018 年 11 月 17 日
編集済み: madhan ravi 2018 年 11 月 17 日
Error: File: power_spectrum.m Line: 9 Column: 15
Character vector is not terminated properly.
madhan ravi's reply: in that case upload your data file and your script file

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by