Index of /book-cep/matlab/flash_simulink

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2010-07-14 06:43 655  
[   ]flash.mdl2010-07-14 06:43 23K 
[   ]model.m2010-07-14 06:43 714  
[   ]parameters.m2010-07-14 06:43 1.3K 
[TXT]readme.txt2010-07-14 06:43 646  
[   ]sf_flash.m2010-07-14 06:43 2.8K 
[   ]steadystate.mat2010-07-14 06:43 217  


Antonio Araujo wrote:



I included a callback routine to plot the results. To make things simple, I used the easiest way to run them. With the Simulink model opened, go to Files -> Model Properties -> Callbacks tab and click on StopFcn*. There you'll find a simple way to plot your results as soon as the simulation stops. You can include your own code if you want. The Scope in the model is a struct with time named "y" that is availabe over the workspace after the simulation runs.

>>
>>One more thing: Note that the input and output variables are deviations from the given steady state.
>>
>>Cheers,
>>Antonio.
>>
>>