Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how can I realize the given math model in simulink

1 vue (au cours des 30 derniers jours)
Bahadir Celiktas
Bahadir Celiktas le 29 Avr 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021

Réponses (1)

Ameer Hamza
Ameer Hamza le 29 Avr 2020
See the attached .mdl file (saved in R2020a) to see how it can be implemented in Simulink. Run the following code to define the parameters
A = 1;
Jw = 3;
m = 1;
g = 9.8;
tau = 1;
M = [A Jw; Jw Jw];
M_inv = inv(M);
  2 commentaires
Bahadir Celiktas
Bahadir Celiktas le 29 Avr 2020
My matlab version is R2019a can you select a file previous version
Ameer Hamza
Ameer Hamza le 29 Avr 2020
Sure. Try the attached file.

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by