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 CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by