Open file .mdl
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I liked to open the next link like a .mdl file in simulink? How do i?
Link: http://ecee.colorado.edu/~ecen2060/materials/simulink/PV/pv_characteristic.mdl
0 commentaires
Réponse acceptée
Paulo Silva
le 8 Mar 2011
urlwrite('http://ecee.colorado.edu/~ecen2060/materials/simulink/PV/pv_characteristic.mdl','pv_characteristic.mdl') %get the model from the web
open_system('pv_characteristic') %open the model in simulink
7 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!