- use the preview command
- use figtoimstream to convert the preview figure to a byte representation (requieres MATLAB Compiler): http://www.mathworks.com/help/releases/R2011a/toolbox/compiler/figtoimstream.html
- pass this byte representation to the web application and display it in some form which is made for displaying images
PREVIEW function in web application
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have just small question can the PREVIEW function (Preview of live video data) can be embedded or launched on a Web Application or not?
0 Kommentare
Antworten (1)
Friedrich
am 24 Aug. 2011
Hi,
I am not 100% sure if this works but I would try the following:
Or when working with BUILDER products you could use a webfigure:
3 Kommentare
Friedrich
am 24 Aug. 2011
I think you won't be able to display the live preview on your webpage.
As far as I know: the above two ways are the only ways to embed a figure into a web application. So when using the preview command directly a figure window should pop up on the server machine => you won’t see anything back in the client webpage.
So no way to get a live preview on your webpage.
Jan
am 24 Aug. 2011
@Dipak: A definitely do not like to get questions from this forum by email. I spend enough time here and write a reply whenever possible.
Instead of sending a detailed email, it would be much more efficient to post the details here.
Siehe auch
Kategorien
Mehr zu Web Services finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!