Open file .mdl
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Paulo Silva
il 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!