beautiful GUIs (searching for examples)

57 visualizaciones (últimos 30 días)
Robert
Robert el 7 de Abr. de 2011
Comentada: mh kazemi el 22 de Jun. de 2018
I'm looking for an example of a beautiful MATLAB GUI that's been customized from the default settings with nicer buttons, colors, possibly transparency, etc. I'm thinking of something more reminiscent of the mac interface rather than the default settings for GUIs.
Do you have any examples, ideally with code?

Respuestas (2)

Ian
Ian el 7 de Abr. de 2011
First off, beauty in in the eye of the beholder!
Personally, I don't think beautiful and matlab GUI ever go in the same sentence! :p
Sadly, neither does the word elegant (except for simple toy UIs). The problem is Matlab has no clear way to cleanly arrange and manage UI widgets, so you end up with very clumsy grid alignment or hacking Java display managers (except for the simplest of UIs). And there are no ways to layer complexity in a UI, i.e. tabs, sliding panes, collapsible panels in a robust way that isn't yet more hacks. Add to that Matlab is incapable of properly smoothing text robustly in a UI, using unicode characters, using alpha transparency (critical for "pretty" graphics) in icons or work cross-platform without position changes and you end up with 90s style pixel vomit UIs. On OS X the Java swing set they use has widgets that don't even fit in the position layouts (which they claim they are trying to improve).
The important point is they work (though GUIDE often doesn't)...
Yair Altman has a wonderful blog, which really is the best example of where you can push Matlab UIs (accepting the fact much of this is stuff TMW has semi-documented, yet never supported!): http://undocumentedmatlab.com/
  1 comentario
mh kazemi
mh kazemi el 22 de Jun. de 2018
I do like the first line of your commend :)

Iniciar sesión para comentar.


Arnaud Miege
Arnaud Miege el 7 de Abr. de 2011

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by