필터 지우기
필터 지우기

Control WebBrowser Using MATLAB

조회 수: 16 (최근 30일)
SIDDHARTHA JAITLY
SIDDHARTHA JAITLY 2016년 11월 29일
답변: Vishal Neelagiri 2016년 12월 6일
Hi I have created a C# Code using Selenium, I want the code to be called using MATLAB code that uses functionalities such as Image Processing ToolBox etc. Is that possible? I have tried to search online but haven't be able to come up with a solution? Secondly, is it possible to control a Browser (Chrome ,IE, Firefox etc) to be directly controlled using MATLAB command.

답변 (1개)

Vishal Neelagiri
Vishal Neelagiri 2016년 12월 6일
You might need to expose the C# code as a .NET library. Check the following links:
https://www.mathworks.com/help/matlab/matlab_external/calling-net-methods.html#bt00pa8-4
In order to control/open a web browser from MATLAB, you can use the 'web' command. Refer to the following documentation:
https://www.mathworks.com/help/matlab/ref/web.html

카테고리

Help CenterFile Exchange에서 Platform and License에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by