GUIDE - OS compatibility
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Rik
2017-11-19
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'.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!