Incorrect number or types of inputs or outputs for function 'step'
452 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

0 commentaires
Réponses (1)
Paul
le 28 Juil 2023
Hi Archit,
It would be much easier to help if you copy/paste the actual code into the Question rather than a large screen capture.
In any case, even though that usage of step is obsolete it should still work as shown below.
num = 1; den = [1 2*.7*1 1];
t = 0:.01:1;
y = step(num,den,t);
which -all step(num,den,t)
What result do you get if you run the code shown above with the num, den, and t as defined above?
What result do you get from just the 'which' command with your specific values of num, den, and t ?
0 commentaires
Voir également
Catégories
En savoir plus sur Entering Commands dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!