Info

This question is closed. Reopen it to edit or answer.

Saving GUI made with 2007b version in 2013a version creates an error

1 view (last 30 days)
I have made a simple gui using the 2007b version of Matlab. About a month ago I upgraded to 2013a, and today I opened my old GUI (with guide) to do some minor editing. Upon saving the edited version of my gui i receive the following error message:
Undefined function 'brush' for input argument of type 'double'.
Error in hgsaveStructDbl(line 34) brushing(i)=brush(hFigures(i),'ison')
Seems like I do not have the brush function anymore after the upgrade. Is there a compatibility problem between 2007 and 2013 matlab when it comes to GUIs?
Dan
  3 Comments
Dan Henrik
Dan Henrik on 13 Jan 2014
No, I am trying to save a gui in R2013a (after some editing) that was originally made with R2007b.
ES
ES on 13 Jan 2014
There is definitely reverse compatibility problems between GUIs of 2007b and those of later. Even 2009a/b has a lot of problem. By lot I mean, a lot to expect within two or three releases.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!