Is it possible to run matlab code from the web browser????

조회 수: 38 (최근 30일)
Subha
Subha 2015년 5월 5일
댓글: karlo abnoosian 2021년 7월 15일
We are planning to create a website for a prediction system, where we need to get input from the user which in turn should run the matlab program (very similar to gui), and display the result in webpage. Is it possible????
  댓글 수: 1
karlo abnoosian
karlo abnoosian 2021년 7월 15일
mu=8.3; %mean (m)
sigma=2.7; %standard deviation (m)
d = lognrnd(mu,sigma,5,1)

댓글을 달려면 로그인하십시오.

답변 (2개)

Geoff McVittie
Geoff McVittie 2019년 4월 9일
This toolbox on the MathWorks File Exchange (Generate JavaScript Using MATLAB Coder - File Exchange - MATLAB Central) can compile MATLAB functions into JavaScript functions that can be run in a browser.

Walter Roberson
Walter Roberson 2015년 5월 5일

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by