Home › Forums › FOMCON toolbox: Support forum › Fractional PID Controller Design › Reply To: Fractional PID Controller Design
November 3, 2014 at 17:02
#996
Shefali
Guest
Thank You Very much for your explanation.
I have a qn.While using oustaloup approximation in MatLAB i am getting below error.
clc;
close all;
clear all;
N=5;
w1=1e-3;
w2=1e3;
g1=ousta_fod(0.3,N,w1,w2)
??? Undefined function or method ‘ousta_fod’ for input arguments of type ‘double’.
Error in ==> FOoustal at 7
g1=ousta_fod(0.3,N,w1,w2)
Why the error is like this?? How can i rectify it??
Thanks
Shefali