フィルターのクリア

How to open a GUI from web browser.

4 ビュー (過去 30 日間)
Marc Camacho
Marc Camacho 2013 年 11 月 26 日
回答済み: SOMNATH BAKSI 2021 年 10 月 25 日
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...

回答 (1 件)

SOMNATH BAKSI
SOMNATH BAKSI 2021 年 10 月 25 日
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

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by