|
Hi All,
I recently updated my Matlab version to be r2007b instead of r2006b. When I started to use the program on the new version (it was written on the old version) I saw that several things behave differently.
In my program I created two plots on the same axis (using plotyy) and allowed one of the axis to be panned. In the new version when I try to do the same thing both plots are moving together.
Also, in the old version when I was able to do a zoom operation on a plot, and in the new version when I try to zoom I get the following error message:
??? Error using ==> horzcat
CAT arguments dimensions are not consistent.
Error in ==> uitools.uimode.modeControl>localModeWindowButtonDownFcn at 127
hThis.modeWindowButtonDownFcn(hFig,evd,hThis,newValue);
??? Error while evaluating figure WindowButtonDownFcn
??? Error using ==> horzcat
CAT arguments dimensions are not consistent.
What should I do? I prefer not to downgrade to the old version.
thanks
Yoav
|