MATLAB: Try/catch warning

histfitimage processing

I got the warning message like this while used in MATLAB 2007………
??? Warning: File: histfit1.m Line: 62 Column: 7
This try-catch syntax will continue to work in R2007a,
but may be illegal or may mean something different in future releases of MATLAB.
See Release Notes for MATLAB Version 7.4, "Warning Generated by try-catch" for details.
Please help me………..

Best Answer

You didn't write histfit1, so don't worry about it. When you get to a version of MATLAB where the syntax used internally actually makes a difference, TMW will have changed their routine.
If it really bugs you, apply the solution in the release notes that the warning refers to. You can find that here