|
|
Deploying Matlab GUI (with guide) to the web?
Hi,
I made a couple of functions that are called by a GUI made by the MATLAB guide.
It works perfectly when I make an .exe from it, also when I make a .jar from it and run it from my computer in eclipse everything works fine.
Now my question:
Is it possible to put this GUI directly on the web?
I know you can put matlab figures with webfigure on an html page, but when I try to transform my GUI figure to a webfigure it gives as error:
WEBFIGURE must be called on a figure with at least one axes
(Probably you can't transform this type of figures to webfigure)
So are there any other alternatives to use my GUI on the web?
OR
Will I have to make a java GUI that can then call matlab functions compiled with JA compiler?
I really hope I can use my MATLAB GUI, because it will be alot of lost effort if I can't deploy this GUI to the web.
Thank you in advance everyone.
Carl
|
|
0
|
|
|
|
Reply
|
Carl
|
1/10/2011 1:58:06 PM |
|
Carl,
At this point, you need to write the browser implementation of the GUI
yourself. Probably the best approach is to use JavaScript.
"Carl " <wouterscarl@hotmail.com> wrote in message
news:igf39e$9ie$1@fred.mathworks.com...
> Hi,
>
> I made a couple of functions that are called by a GUI made by the MATLAB
> guide.
> It works perfectly when I make an .exe from it, also when I make a .jar
> from it and run it from my computer in eclipse everything works fine.
>
> Now my question:
>
> Is it possible to put this GUI directly on the web? I know you can put
> matlab figures with webfigure on an html page, but when I try to transform
> my GUI figure to a webfigure it gives as error:
> WEBFIGURE must be called on a figure with at least one axes
> (Probably you can't transform this type of figures to webfigure)
>
> So are there any other alternatives to use my GUI on the web?
>
> OR
> Will I have to make a java GUI that can then call matlab functions
> compiled with JA compiler?
>
> I really hope I can use my MATLAB GUI, because it will be alot of lost
> effort if I can't deploy this GUI to the web.
>
> Thank you in advance everyone.
>
> Carl
|
|
0
|
|
|
|
Reply
|
pwebb (443)
|
3/15/2011 12:02:24 AM
|
|
|
1 Replies
449 Views
(page loaded in 0.021 seconds)
|
|
|
|
|
|
|
|
|