image thumbnail
from Nonlinear Control of 4-tank process by Trevor
Controlling the 4-tank problem using a non linear controller

apm_option(server,app,name,value)
% APM Options
function response = apm_option(server,app,name,value)
   aline = ['option ' deblank(char(name)) ' = ' num2str(value)];
   response = apm(server,app,aline);

Contact us