Cannot run linearSystemAnalyzer (Linear System Analyzer)

Altough Control Systems Toolbox is installed in my system, I cannot run "linearSystemAnalyzer". Also "help linearSystemAnalyzer" returns error message. Is there anyone who helps me.

回答 (1 件)

TAHER
TAHER 2024 年 5 月 12 日

0 投票

% المعلمات
R = 1; % المقاومة
L = 0.5; % اللفة
Ke = 0.1; % الثابت الكهروميكانيكي
Kt = 0.1; % الثابت الميكانيكي
% نموذج المحرك DC
num = [Kt];
den = [L R];
% تحويل النموذج إلى تمثيل مناسب
sys = tf(num, den);
% استخراج describing function
describingFunction = linearSystemAnalyzer('FrequencyRange', [0 100]);
describingFunction(sys);

カテゴリ

ヘルプ センター および File ExchangeElectrical Block Libraries についてさらに検索

質問済み:

2017 年 3 月 2 日

回答済み:

2024 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by