signal Proccessing tool box に関する質問

 [Pxx1, f] = psd(xn, 256, Fs); の表記の下記のエラーの対処方法を教えて下さい  エラー: ファイル: Tryal_PERIOD_Gram_SPEC_0821_2018.m 行:9 列:58 式が無効です。関数の呼び出しまたは変数のインデックス付けにはかっこを使用してください。そうでない場合、区切り記号の不一致 をチェックしてください。

 Accepted Answer

mizuki
mizuki on 28 Aug 2018

3 votes

エラーの通り、作成された Tryal_PERIOD_Gram_SPEC_0821_2018.m ファイルの9行目をご確認ください。おそらく括弧かコンマなどのコードミスがあるのではないかと予想されます。

More Answers (0)

Asked:

on 27 Aug 2018

Answered:

on 28 Aug 2018

Community Treasure Hunt

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

Start Hunting!