MATLAB: How can i call a model from simulink to matlab

MATLABsimulink

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

Best 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.
Related Question