Consider I want to control my input block( like a Dc source in simpower systems category in simulink) using a code( like an M-file code), do u have any suggestion for me?
to be more specific, i model my system in simulink but the input of my system is changing during the excution ( for example if the output is larger than a value the input should change) how I can control this source(DC voltage) source.
Thanks,
Ela
Subject: how to control my input using a code in simulink modeling
"Ela " <elahetale@yahoo.com> wrote in message
news:hd5j2t$28l$1@fred.mathworks.com...
> hello,
>
> Consider I want to control my input block( like a Dc source in simpower
> systems category in simulink) using a code( like an M-file code), do u
> have any suggestion for me?
>
> to be more specific, i model my system in simulink but the input of my
> system is changing during the excution ( for example if the output is
> larger than a value the input should change) how I can control this
> source(DC voltage) source.
>
> Thanks,
> Ela
>
Use a controlled voltage source and feed it whatever signal you want.
Probably best to use Simulink block rather than MATLAB code to construct the
signal. You can change a block parameter once the simulation has started
running using set_param, but a much better approach is to construct the
signal in Simulink and feed it to the controlled voltage source. If you
really have to use MATLAB have a look at the Embedded MATLAB function.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.