how can i call a model from simulink to matlab?

1 回表示 (過去 30 日間)
rusul a
rusul a 2016 年 3 月 18 日
コメント済み: rusul a 2016 年 3 月 18 日
I create a model in simulink & i need to call it in matlab to calculate the bit error rate.

採用された回答

Ralf
Ralf 2016 年 3 月 18 日
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 件のコメント
rusul a
rusul a 2016 年 3 月 18 日
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 ??!

サインインしてコメントする。

その他の回答 (1 件)

Titus Edelhofer
Titus Edelhofer 2016 年 3 月 18 日
Hi,
the sim function is for this purpose:
doc sim
Titus

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by