提问


running a model repetitively from a m-file using sim() command
im trying to run a simulink model of pi controller through a m-file in a repetitive way.in each iteration a value of the pi para...

12 years 前 | 1 个回答 | 0

1

个回答

提问


function feval
??? Error using ==> feval Attempt to execute SCRIPT untitled2 as a function. Error in ==> C:\Documents and Settings\...

12 years 前 | 1 个回答 | 0

1

个回答

提问


tracking an element from an array
there is a model of pid controller. now im simulating it through sim() command from m-file. [X T Y]=sim('modelname','timespan'...

12 years 前 | 1 个回答 | 0

1

个回答

提问


representation of array
there is a vector T=[ 0 .00001 ............ .0001 ] and...

12 years 前 | 1 个回答 | 0

1

个回答

提问


return variable of Sim() command
simout=sim('mymodel','AbsTol', '1e-5','SaveState','on','StateSaveName','xoutNew','SaveOutput','on', 'OutputSaveName','youtNew'...

12 years 前 | 1 个回答 | 0

1

个回答

提问


linking simulink from m-file
By using sim('modelname'); i can open a model from m-file.but if i want to get a particular data/signal from the simulated mode...

12 years 前 | 1 个回答 | 0

1

个回答

提问


linking simulink from m-file
how to link a model from a m-file? plz tel

12 years 前 | 1 个回答 | 1

1

个回答

提问


changing PI controller parameter during running
i have a circuit in model,which is on pi controller.now for optimization of that pi controller i need to change the kp,ki value ...

12 years 前 | 0 个回答 | 0

0

个回答