Borrar filtros
Borrar filtros

How to created a web site that can run matlab?

8 visualizaciones (últimos 30 días)
BIN LIN
BIN LIN el 14 de Abr. de 2015
Respondida: Rahul Trivedi el 20 de Oct. de 2021
I want to created a web site, look like a online calculator of a special formula that can input data, and output a graph. I know how to write the matlab code, but i don;t know how to put it into a web site. is there any video or article can teach me about that?
  1 comentario
Jan
Jan el 14 de Abr. de 2015
What kind of "web" do you mean? I cannot imagine what putting some code into a web means.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Mayo de 2015
Editada: Walter Roberson el 4 de Mayo de 2015

Más respuestas (2)

Rahul Trivedi
Rahul Trivedi el 20 de Oct. de 2021
x = 0:0.05:5;
y = sin(x.^2);
figure
plot(x,y)

Rahul Trivedi
Rahul Trivedi el 20 de Oct. de 2021
x = 0:0.05:5;
y = sin(x.^2);
figure
plot(x,y)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by