How to get a variable value in the gain block. This variable value is defined in a Matlab function block.

In simulink model, I have a gain block and I want the value of this gain block to be a variable with the name x. The value of x changes over time and the formula for this is defined in a Matlab Function block. But whe the simulation is run it says that x is an undefined function or variable.

Answers (2)

To do this, I would use a Multiply block instead of a gain block. Make x an output from your Matlab function block. Connect that output signal (x) to one port of the Multiply block and connect the signal to which you want to apply the gain to the other port on the Multiply block.
You first have to load the file declaring the variable into the workspace. You can just click on the error symbol and it will give suggestion to fix the error by loading the file into the workspace.

Products

Release

R2014b

Asked:

on 22 Mar 2020

Answered:

on 22 Dec 2020

Community Treasure Hunt

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

Start Hunting!