MATLAB: Is it possible to design a controller in simulink using experimental data only

controlpid controllerSimscapesimulationsimulinkSimulink Control Design

Hi, Please I am new to Simulink, I need to design a controller from experimental data(input is Speed and output is differential pressure). I have a model designed using simulink blocks, now I need a controller to tune this model. Each time I try to linearize I get this error In "linearize(modelname,io)" using block substitution the block Control_plant_input_output/PID Controller cannot be substituted due to an error in the MATLAB function Speed. The error is: Undefined function 'Speed' for input arguments of type 'struct'.. Any pointer on what to do next. please help.

Best Answer

Yes, you can follow the workflow explained here . Note that this requires R2014a.
Related Question