k**k 发帖数: 61 | 1 I'm trying my luck here.
Basically, I want to learn some serious GUI design in Matlab hands-on from
someone who is experienced in this field. In return, I would love to share
my insights on risk & asset management space from tier 1 bank.
What I wanted to do is for someone to show me step by step how to design a
fairly sophisticated Matlab GUI with a clean way of getting input/output
data to & from users, and passing data in between the different GUI
components efficiently (i.e. not using tons of | c******s 发帖数: 270 | 2 in case you dont find someone to teach you.
there are many tutorial videos online, very helpful.
GUIDE is quite easy to use. | k**k 发帖数: 61 | 3 I actually did quite some thorough search myself before and did come across
some resources. but those are not as systematic as I prefer and mainly in my
opinion for casual users. I can pretty much learn those just by going
through the Help section.
What I'm into is more like techniques for building a robust mini software
that can be distributed to outside end users. Think that would require some
deep thoughts other than those gathered via Help. Just by going through help
myself, I know how to bu
【在 c******s 的大作中提到】 : in case you dont find someone to teach you. : there are many tutorial videos online, very helpful. : GUIDE is quite easy to use.
| b***k 发帖数: 2673 | 4 what do you mean working interactively? it's not hard to do data coupling in
matlab GUI, though you have to use matlab as a platform to make it running.
There's a way to convert it to standalone software, but it needs some
specific toolbox (can't recall the name now, sorry).
【在 k**k 的大作中提到】 : I actually did quite some thorough search myself before and did come across : some resources. but those are not as systematic as I prefer and mainly in my : opinion for casual users. I can pretty much learn those just by going : through the Help section. : What I'm into is more like techniques for building a robust mini software : that can be distributed to outside end users. Think that would require some : deep thoughts other than those gathered via Help. Just by going through help : myself, I know how to bu
| a*******o 发帖数: 81 | 5 you can send me msg.
as said above, GUIDE is pretty easy to use. but if you want to deliver your
stand-along application, your users need to have matlab runtime, which is
free to download but the size is big.
also, it takes a while to bring up the application, as mcr needs to be up
first. | b***k 发帖数: 2673 | 6 the tool I know to convert matlab GUI to standalong application is
Matlab Complier.
your
【在 a*******o 的大作中提到】 : you can send me msg. : as said above, GUIDE is pretty easy to use. but if you want to deliver your : stand-along application, your users need to have matlab runtime, which is : free to download but the size is big. : also, it takes a while to bring up the application, as mcr needs to be up : first.
|
|