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

2 vues (au cours des 30 derniers jours)
Yoshifumi Harada
Yoshifumi Harada le 12 Mar 2020
Modifié(e) : michio le 17 Mar 2020
前回の質問に再度確認後以下の 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。
処理方法をご指導願います。
 

Réponse acceptée

Yoshifumi Harada
Yoshifumi Harada le 12 Mar 2020
Modifié(e) : michio le 17 Mar 2020
前回の質問に再度確認後以下の 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。
処理方法をご指導願います。

Plus de réponses (0)

Catégories

En savoir plus sur 時系列解析 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!