MATLAB: I= 1 Undefined function ‘circulant’ for input arguments of type ‘double’. Error in generator (line 194) A11 = circulant(a11,1);

matrices

i= 1 Undefined function 'circulant' for input arguments of type 'double'. Error in generator (line 194) A11 = circulant(a11,1); anyone can help me for discovering this error, really I have tried my best to run my code unfortunately it shows me above errors, what can I do?

Best Answer

The circulant function is not an inbuilt MATLAB function. There are several circulant functions available for you to download from MATLAB FEX, e.g.: