Recent content by fsven

  1. F

    MATLAB How Can I Simplify This Matlab Source Code for GUI Implementation?

    Hi, Matlab noob here. I need your help to simplify this Matlab source code. Here the code that i currently use for k=1:1:gg k1=gains(k,1); k2=gains(k,2); k3=gains(k,3); . . kn=pidgains(k,n) [T,X,Y]=sim('Evaporator_PID',[Tstart Tfinal],opt); end...
Back
Top