How to open a GUI from web browser.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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...
0 Kommentare
Antworten (1)
SOMNATH BAKSI
am 25 Okt. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Web App Server finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!