how can i call a model from simulink to matlab?

I create a model in simulink & i need to call it in matlab to calculate the bit error rate.

 Accepted Answer

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.

1 Comment

bit error rate means the error in the received signal ,, in communication ,, we calculate the signal to noise ratio against bit error rate ,, so i need to load the model in matlab & calculate bit error rate , is there another way ??!

Sign in to comment.

More Answers (1)

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 18 Mar 2016

Commented:

on 18 Mar 2016

Community Treasure Hunt

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

Start Hunting!