Power Spectrum ; spectrum(sys); の使い方;について

조회 수: 1 (최근 30일)
Yoshifumi Harada
Yoshifumi Harada 2020년 3월 12일
편집: michio 2020년 3월 17일
前回の質問に再度確認後以下の LIVE Script 教材をトライしました、
そのあと、エラー: readtable (line 223)が発生しました。
>> load iddata9 z9
>> sys = ar(z9,4,'ls');
>> sys = ar(z9,4,'ls');
>> spectrum(sys);
>> test_data=readtable('test_data.xlsx','Sheet1','A1');
エラー: readtable (line 223)
無効なパラメーター名: Sheet1。
処理方法をご指導願います。
 

채택된 답변

Yoshifumi Harada
Yoshifumi Harada 2020년 3월 12일
편집: michio 2020년 3월 17일
前回の質問に再度確認後以下の LIVE Script 教材をトライしました、
そのあと、エラー: readtable (line 223)が発生しました。
>> load iddata9 z9
>> sys = ar(z9,4,'ls');
>> sys = ar(z9,4,'ls');
>> spectrum(sys);
>> test_data=readtable('test_data.xlsx','Sheet1','A1');
エラー: readtable (line 223)
無効なパラメーター名: Sheet1。
処理方法をご指導願います。

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 データの前処理에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!