Borrar filtros
Borrar filtros

How to open a GUI from web browser.

4 visualizaciones (últimos 30 días)
Marc Camacho
Marc Camacho el 26 de Nov. de 2013
Respondida: SOMNATH BAKSI el 25 de Oct. de 2021
Hi to all,
First of all, this is my first Ask and I apologize if I put in a wrong place.
Now... the ask!
I have a GUI that allows you create (manually) a matching of two pictures, with some people. When you select a face of one person in left image, you should to mark, int right image, the same face. Then, it save all the position (current point) in a file.
This works, but I need to put this GUI in a web server to allow several people from home, can make this process.
I found a lot of information in web but I don't found anything. Could be possible to do this?
Thanks you for all!
P.S. Sorry for my poor English...

Respuestas (1)

SOMNATH BAKSI
SOMNATH BAKSI el 25 de Oct. de 2021
hExp = actxcontrol('Shell.Explorer.2', ...
[10, 10, 400, 400], gcf);
Navigate2(hExp, 'https://www.innotechsolution.com');
This is Worked , For any query you can also touch us Project in Matlab

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by