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

32 vues (au cours des 30 derniers jours)
Subha
Subha le 5 Mai 2015
Commenté : karlo abnoosian le 15 Juil 2021
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 commentaire
karlo abnoosian
karlo abnoosian le 15 Juil 2021
mu=8.3; %mean (m)
sigma=2.7; %standard deviation (m)
d = lognrnd(mu,sigma,5,1)

Connectez-vous pour commenter.

Réponses (2)

Geoff McVittie
Geoff McVittie le 9 Avr 2019
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 le 5 Mai 2015

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by