how can i call a model from simulink to matlab?

1 vue (au cours des 30 derniers jours)
rusul a
rusul a le 18 Mar 2016
Commenté : rusul a le 18 Mar 2016
I create a model in simulink & i need to call it in matlab to calculate the bit error rate.

Réponse acceptée

Ralf
Ralf le 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.
  1 commentaire
rusul a
rusul a le 18 Mar 2016
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 ??!

Connectez-vous pour commenter.

Plus de réponses (1)

Titus Edelhofer
Titus Edelhofer le 18 Mar 2016
Hi,
the sim function is for this purpose:
doc sim
Titus

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by