I apologize if this is a dumb question, I'm an admitted Matlab newbie.
I have an m-file which has a Matlab GUI I set up in GUIDE. It has a graph and some buttons, it's working the way I want it to. What I need to do, though, is to launch and initialize it from a C++ object, which will then update it every time the C++ object gets an update message.
I did compile my GUI m-file into the C version, but I can't seem to figure out how to get it to start up and initialize.
I've tried everything I can think of, and I can't seem to find a demo of doing something like this (I did find the Engine demo which was neat... but it doesn't launch a GUI, just a graph. I'm doing some special things in my GUI that I want to be able to use).
So, in short, how do I launch a compiled Matlab GUI from a C++ program?
Thanks!
-fel
I have an m-file which has a Matlab GUI I set up in GUIDE. It has a graph and some buttons, it's working the way I want it to. What I need to do, though, is to launch and initialize it from a C++ object, which will then update it every time the C++ object gets an update message.
I did compile my GUI m-file into the C version, but I can't seem to figure out how to get it to start up and initialize.
I've tried everything I can think of, and I can't seem to find a demo of doing something like this (I did find the Engine demo which was neat... but it doesn't launch a GUI, just a graph. I'm doing some special things in my GUI that I want to be able to use).
So, in short, how do I launch a compiled Matlab GUI from a C++ program?
Thanks!
-fel