Check for missing argument or incorrect argument data type in call to function 'bode'

2 visualizzazioni (ultimi 30 giorni)
I dont know why is not working

Risposte (1)

Divija Aleti
Divija Aleti il 20 Gen 2021
Hi Alejandro,
As both ARK and Adam mentioned, do check out the documentation for 'bode' function to know the valid syntax.
As an example, have a look at the code and its output given below:
A1 = [1000];
B1 = [1 1000];
G1 = tf(A1,B1);
bode(G1)
Output:
Regards,
Divija

Categorie

Scopri di più su Get Started with Control System Toolbox in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by