Simulink from first order
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hassan Aqwa
il 14 Apr 2021
Risposto: Hassan Aqwa
il 10 Mag 2021
Hello, does anyone know how to fix this error for simulink? The graph does not come out.
0 Commenti
Risposta accettata
Rhea Chandy
il 3 Mag 2021
Hi Hassan,
From the error message you showed, it looks like the MATLAB function you entered into the Interpreted MATLAB Function Block is not being recognised. It seems like you've used the function 'first_order' which isn't a documented MATLAB function. More information what is supported in the Interpreted MATLAB function block can be found here : Interpreted MATLAB Function
If you are trying to implement a first order hold, or an first order transfer function, the following blocks might help you better:
If you are trying to implement a MATLAB Function you've written, try the MATLAB Function block
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su General Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!