提问


Martix are updating without entering into "for" loop,
I Want to eWithDeltaL, eWithDeltaK to be updated during the time intervals mentioned. function [out] = motor(In) e =...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Martix is getting updated with the value of e,Without adding a new column, Please help me.
persistent eWithDeltaL; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to find step response for variable transfer function?
the coefficients of a transfer function are varying, how to find the step response to all the possible transfer functions. tran...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to use Fractional PID(nipid) block?
I am using fractional pid block called _nipid_ for finding the step response of a transfer function, but the results are not in ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


what changes i need to make for better answer (fmincon)
>> x0=[10;10;10;0.5;0.5]; >> options=optimset('Algorithm','interior-point'); >> [x,fval]=fmincon(@newfrac,x0,[],[],[],[]...

12 years 前 | 2 个回答 | 0

2

个回答

提问


step response
i want to find step response of a interval system,in a interval system the coefficients of transfer function vary with in partic...

12 years 前 | 0 个回答 | 0

0

个回答

提问


need help with optimtool
while using fmincon solver in optimtool.......i got problem...in the window i got a message as Optimization running. Undef...

12 years 前 | 2 个回答 | 0

2

个回答

提问


facing problem in "optimtool"
i got two small programs named "obj.m" and "nlc.m" i need to find solution using optimtool window.....obj.m is the objective fu...

12 years 前 | 0 个回答 | 0

0

个回答

提问


i want my fun value to be zero and also should satisfy the constraints,i uesd fmincon command
MAIN FUNCTION function [f] = newfrac(x) wcg=2.1; %gain cross over frequency bb=4; cc=60; r = x(1) + (x(2)*(wcg^(-...

12 years 前 | 2 个回答 | 0

2

个回答

提问


please tell me right command(fmincon) to get output for this problem
THIS IS THE MAIN FUNCTION function [f] = myfun(x) wcg=2.1; %gain cross over frequency bb=4; cc=60; r = x(1) + (...

12 years 前 | 0 个回答 | 0

0

个回答

提问


output command of fimcon
x0=[6.7441;27.7461;0.0063;0.1461;0.7874]; options=optimset('Algorithm','active-set'); [x,fval,exitflag,output,lambda,gra...

12 years 前 | 0 个回答 | 0

0

个回答