Filter löschen
Filter löschen

How to created a web site that can run matlab?

8 Ansichten (letzte 30 Tage)
BIN LIN
BIN LIN am 14 Apr. 2015
Beantwortet: Rahul Trivedi am 20 Okt. 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 Kommentar
Jan
Jan am 14 Apr. 2015
What kind of "web" do you mean? I cannot imagine what putting some code into a web means.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 4 Mai 2015
Bearbeitet: Walter Roberson am 4 Mai 2015

Weitere Antworten (2)

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

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

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by