When I ran the cvx_setup script I received this error:
cvx_setup
??? Error: File: C:\matlabR12\cvx\cvx_setup.m Line: 43 Column: 37
"identifier" expected, “(” found.
The line in question is:
squares = squares(~cellfun(@(x)any(strfind(x,[fs,’@cvx’,fs])),squares));
My Matlab install doesn’t recognize strfind. The column where the error was flagged is after the cellfun(@(
Will CVX install on this version Matlab? is there a list of supported Matlabs?
Thanks,
Brian