From: Bindu on
Dear all,
Any one is there to help me to take datas generated in matlb (as a vector )to simulink file.
Bindu
From: Wayne King on
"Bindu " <bindu_lal1(a)rediffmail.com> wrote in message <hlqle4$hp8$1(a)fred.mathworks.com>...
> Dear all,
> Any one is there to help me to take datas generated in matlb (as a vector )to simulink file.
> Bindu

Hi Bindu, yes, there are many ways to import data from the MATLAB command window into Simulink models. The best way for you depends on what blocksets you are using and the particular application. Read Simulink User's Guide -> Managing Data -> Importing and Exporting Data -> Importing Data from a Workspace.


Wayne
From: Bindu on
"Wayne King" <wmkingty(a)gmail.com> wrote in message <hlr7sm$nhn$1(a)fred.mathworks.com>...
> "Bindu " <bindu_lal1(a)rediffmail.com> wrote in message <hlqle4$hp8$1(a)fred.mathworks.com>...
> > Dear all,
> > Any one is there to help me to take datas generated in matlb (as a vector )to simulink file.
> > Bindu
>
> Hi Bindu, yes, there are many ways to import data from the MATLAB command window into Simulink models. The best way for you depends on what blocksets you are using and the particular application. Read Simulink User's Guide -> Managing Data -> Importing and Exporting Data -> Importing Data from a Workspace.
>
>
> Wayne
Hai Wayne

Thank you for your reply.
Again I do not know how to tackle this. I will tell you my problem in detail. I have a simulink model and some datas from this model is input to a matlab program. ie when this particular program runs it simulate the model and takes data in order to complete the execution of program.After the execution the data generated in this program has to be taken into the same simulink model.Is it possible?Because if you try to simulate the model it require all the parameters in ready.But in this case some will be ready only after the program execution.
My second doubt is in the matlab directory there may be different programs having the same parameter names for eg x,y. How my simulink model recognizes the root of the variable (which program has to be run like that)
Hope you may be able to help me.
Thanks in advance
Bindu