Re: how to display web content in a Gui window
- From: "Yair Altman" <altmanyDEL@xxxxxxxxxxxxxxx>
- Date: Tue, 4 Dec 2007 08:28:37 +0000 (UTC)
"Jax Cao" <guangxia@xxxxxxxxxx> wrote in message
<fj1qc0$q5n$1@xxxxxxxxxxxxxxxxxx>...
Hi,
Initially I want to creat a GUI by 'Guide', using one of
several windows in the GUI to display the dynamic web
contents from some sites for example BBC or CNN, and other
windows to handle different tasks. I know that using 'web
('http...')' can display the web contents in a separate
window, which to me is different from the 'fig' window,
therefore impossible to incorporate it into the GUI.
I wonder whether there is a way to do above job in Matlab,
and looking forward to any input and suggestions.
Thanks,
Jax
Take a look at uicomponent:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=14583
Another (undocumented) option is the following:
url = 'http://www.cnn.com';
browser = com.mathworks.mlwidgets.html.HTMLBrowserPanel(url);
javacomponent(browser,[10,10,400,400],gcf);
Yair Altman
http://ymasoftware.com
.
- Follow-Ups:
- Re: how to display web content in a Gui window
- From: Jax Cao
- Re: how to display web content in a Gui window
- References:
- how to display web content in a Gui window
- From: Jax Cao
- how to display web content in a Gui window
- Prev by Date: Re: notepad from matlab
- Next by Date: Re: Matrix resize with interpolation, please help!
- Previous by thread: how to display web content in a Gui window
- Next by thread: Re: how to display web content in a Gui window
- Index(es):
Relevant Pages
|