Is there anyway that your MatLab Web Apps can be accessed by other users?

조회 수: 4 (최근 30일)

답변 (1개)

Kojiro Saito
Kojiro Saito 2022년 5월 26일
Yes, others can access to your web apps via web browser with URL "http://HOSTNAME:9988" or "http://IP_ADDRESS:9988" in address bar.
HOSTNAME is the host name of the machine running MATLAB Web App Server. FQDN (Fully Qualified Domain Name, like machine1.example.com) or short host name (machine1).
IP_ADDRESS is the IP address of the machine, and it could be Internal IP address or global IP address.
To do that, you need to open TCP port (9988 by default), in your inbound rule of Firewall.

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by