how can i call a model from simulink to matlab?
1 view (last 30 days)
Show older comments
I create a model in simulink & i need to call it in matlab to calculate the bit error rate.
0 Comments
Accepted Answer
Ralf
on 18 Mar 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.
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!