Simulink quesstion with using fnc block

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?

 Accepted Answer

function Vs = fcn(Vp,Zw,N,Zl)

7 Comments

I was talking about simulink and not within matlab script.
So was I, double click function block see what happens, you were the one who used function block (what’s the need to use it then??).
I'm trying to copy a model for a transformer and was told to use the fcn block to insert an equation. I am not sure how to insert the equation. I am confused by your question and response.
https://www.mathworks.com/help/simulink/slref/fcn.html
Light
Light on 25 Mar 2019
Edited: Light on 25 Mar 2019
Right so that leads back to my original question? How is the equation inserted in the block. Are my variables just replaced by u? I Attached the diagram below for reference.
transformer.PNGI Attached the diagram above for reference.
madhan ravi
madhan ravi on 25 Mar 2019
Edited: madhan ravi on 25 Mar 2019
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 on 26 Mar 2019
Edited: madhan ravi on 26 Mar 2019
Okay, that was all I wanted to make sure, thanks.

Sign in to comment.

More Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Products

Asked:

on 25 Mar 2019

Edited:

on 26 Mar 2019

Community Treasure Hunt

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

Start Hunting!