필터 지우기
필터 지우기

Simulink quesstion with using fnc block

조회 수: 6 (최근 30일)
Light
Light 2019년 3월 25일
편집: madhan ravi 2019년 3월 26일
Hi I'm pretty new to using simulink and have a quick question about the fcn block. If I wanted to input an equation such as
Vs= Vp./((Zw./(N*ZL))+N)
, would all the variables be replaced with u instead?

채택된 답변

madhan ravi
madhan ravi 2019년 3월 25일
function Vs = fcn(Vp,Zw,N,Zl)
  댓글 수: 7
madhan ravi
madhan ravi 2019년 3월 25일
편집: madhan ravi 2019년 3월 25일
Exactly, see a simple example below:
In the picture above
5 => u(1)
1 => u(2)
2 => u(3)
black rectangle is the Mux block.
Light
Light 2019년 3월 26일
편집: madhan ravi 2019년 3월 26일
Okay, that was all I wanted to make sure, thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by