how can i call a model from simulink to matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I create a model in simulink & i need to call it in matlab to calculate the bit error rate.
0 Kommentare
Akzeptierte Antwort
Ralf
am 18 Mär. 2016
I don't understand what bit error rate means. But to simulate a Simulink model from Matlab, you usually use the
sim()
command. See
doc sim
in Matlab for more information.
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!