From: Felix Golindano on 20 May 2010 09:03 Hello, I've a problem compiling my GUI in matlab compiler. My GUI it's a menu that opens other GUI's with information put on tables. When I compile my files, the application runs good except that i can't see the information that i put on my tables either modify it. I'd read that to try to compile GUI with uitable on Matlab R2008a, you have to download the toolboxes workspacefunc and arrayviewfunc. I'd tried this but it doesn't work. I want to know how is the way towrite it on the workspace for compile and run succesfully. I'd tied this way: mcc -B sgl main.m -a workspacefunc.m -a arrayviewfunc.m -a window1.m -a window2.m and this way mcc -m sgl main.m -a workspacefunc.m -a arrayviewfunc.m -a window1.m -a window2.m but like I'd said, it doesn't work.
|
Pages: 1 Prev: random number generation Next: Coloring grids in a "surf"-plot |