how to make gui for an standalone executable file
1 次查看(过去 30 天)
显示 更早的评论
hi i have made an matlab executable file which takes in 4 parameters-gender, age, weight& height and returns the nutrition analysis of the person.
i am supposed to make a GUI for the above task and also output graphs which tells how far the person is from healthy weight and height values.
how do i utilize the m files to create the gui?
i am a beginner with absolutely no idea.
how do i go about this task
0 个评论
回答(3 个)
yeshwanth manhcuri
2013-5-21
have a eye over UI handling in help....u can design in GUIDE....just use the simple syntam like "get,set,axes,"know how to use the property inspector ....i can make the gui for u.....if needed....have a look at the words i have reffered in the marks...
0 个评论
Image Analyst
2013-5-21
Have a look at MAGIC: http://www.mathworks.com/matlabcentral/fileexchange/24224 Just plug your code in to the button callback.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!