Re: Problem running GUI on another machine



Walter Roberson <roberson@xxxxxxxxxxxx> wrote in message <PpVYk.11774$1s7.3882@xxxxxxxxxxxx>...
Tim wrote:
I have created a GUI on one machine and am having problems running on another machine.
I copied the .fig & .m file to the other machine.
I start Matlab, set my path to the path where I copied the files to, and run GUIDE.
My first problem is that Matlab does not allow me to open the .fig

The second machine likely has an older version of Matlab. It is common for
GUIDE produced files to *not* be backwards compatible; it is also common
for there to be particular releases that change the .fig files enough that
you can go backwards from the next two or three releases afterwards but no
further (e.g., inventing numbers for illustration, 7.6 and 7.5 might work in
7.4, but 7.6 and 7.5 might not work in 7.3). One of those incompatible releases
was not long ago.


--
.signature note: I am now avoiding replying to unclear or ambiguous postings.
Please review questions before posting them. Be specific. Use examples of what you mean,
of what you don't mean. Specify boundary conditions, and data classes and value
relationships -- what if we scrambled your data or used -Inf, NaN, or complex(rand,rand)?


Actually both machines are running R2008a and have the same version number.
I found out that the issue with the Browse button is a known bug in Matlab R2008a.

As for why the handles were empty, I still haven't gotten a clear solution.

Thanks
.


Loading