System Identification Toolbox のspectrum(sys)の使い方
Afficher commentaires plus anciens
前回サポート頂いた spectrum(sys)の使い方 再度確認しましたが、
以下のようにspectrum(sys)を 教材(Live Script) を以下のように、
test_data=readtable('test_data.xlsx','Sheet1','A1'); このように致しましたが
まず、確認後、試行しましたが、 応答結果がえられませんでした。
エクセルのスプレッドシートについてマイクロソフトに問い合わせましたが、
答えは得られませんでした。
>> 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。
Format の指定は、これ以外の方法でどのように対処すればよいのか、
お教えくださいますよう、お願い致します。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 線形モデルの同定 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!