uc=zeros(Tsim/Dt,1); % Control signal array for b=1 yc=zeros(Tsim/Dt,1); % Process output array for b=1 y0=0; % Initial value of the process ouput u0=0; % Initial value of the controller ouput ...
This is my final project of the course "Process Control" that I managed to get full GPA marks on my 4th year of bachelor's chemical engineering program at sharif university of technology.