GUIDE - OS compatibility

1 view (last 30 days)
Pa
Pa on 19 Nov 2017
Commented: Paul Schreter on 21 Nov 2017
I'm running into an issue where developing with GUIDE on my mac isn't translating very well to windows. See example pics to notice none of the sizings is transferring between OS's:
I've noticed that when I open the inspector window for various objects in the GUI, it's got completely different values between Mac/Windows. For example, Mac has 'units' set to character, where Windows has it set to normalized. Another example is all the positioning coordinates are all different.
Is there a way to hard save everything in the inspector window so that when opened in a different operating system it uses the same information?
  2 Comments
Rik
Rik on 19 Nov 2017
This is one of the reason I generally don't use GUIDE.
Use the export tool to convert your fig to code that will generate all objects inside your figure. You can then edit the properties it sets en choose explicit settings for 'Units' and 'Position'.
Paul Schreter
Paul Schreter on 21 Nov 2017
That worked! Thank you so much!

Sign in to comment.

Answers (1)

Paul Schreter
Paul Schreter on 21 Nov 2017
As Rik Wisselink mentioned, the GUIDE export tool is the answer!

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!