Install problem on Matlab 6.0.0.88 Rel 12

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

Yes, the supported platforms are provided on this page of the documentation. We dropped support for Matlab 6 a long time ago, I’m afraid.