From: Paari Sivaprakasam on 28 Feb 2010 11:21 How to add pid controller and workspace from command window? add_block function is not able to access all blocks?
From: Donn Shull on 7 Mar 2010 13:45 "Paari Sivaprakasam" <spaari1988(a)gmail.com> wrote in message <hme55e$4lt$1(a)fred.mathworks.com>... > How to add pid controller and workspace from command window? > add_block function is not able to access all blocks? It would help us help you if you show us what you have tried. Have you tried? >> new_system('FooBerry'); >> add_block('Simulink/Continuous/PID Controller', 'FooBerry/PID'); >> open_system('FooBerry'); Good Luck, Donn
From: Paari Sivaprakasam on 11 Mar 2010 14:20 "Donn Shull" <donn.shull.no_spam(a)aetoolbox.com> wrote in message <hn0s81$1f1$1(a)fred.mathworks.com>... > "Paari Sivaprakasam" <spaari1988(a)gmail.com> wrote in message <hme55e$4lt$1(a)fred.mathworks.com>... > > How to add pid controller and workspace from command window? > > add_block function is not able to access all blocks? > > It would help us help you if you show us what you have tried. > > Have you tried? > > >> new_system('FooBerry'); > >> add_block('Simulink/Continuous/PID Controller', 'FooBerry/PID'); > >> open_system('FooBerry'); > > Good Luck, > > Donn Thank you for replying, Donn I tried the very same thing. but didnt work;
|
Pages: 1 Prev: probloe with "to workspace" Next: 2nd order differential equation |