ヘルプセンターにある​frest.Sine​streamコマンド​を実行するとエラーが​出るので教えてくださ​い

タイトルの通り実行すると,名前 frest.Sinestream を解決できません。というエラーメッセージが出てしまうので解決方法を教えていただきたいです。
freqs = linspace(1,4,4);
amps = [1 1.5 1.75 2];
ramp = 2;
settle = 3;
pds = 5;
input = frest.Sinestream('Frequency',freqs,'Amplitude',amps, 'RampPeriods',ramp,'SettlingPeriods',settle,'NumPeriods',pds);
plot(input)

1 comentario

Naoya
Naoya el 8 de Feb. de 2021
frest.Sinestream は Simulink Control Design と呼ばれるオプション製品の機能となります。こちらの製品はインストールされていますでしょうか?
Simulink Control Design がインストールされない環境で実行しますと、同様のエラーメッセージの出力を確認しています。

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Etiquetas

Preguntada:

el 4 de Feb. de 2021

Comentada:

el 8 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!