How to created a web site that can run matlab?

13 ビュー (過去 30 日間)
BIN LIN
BIN LIN 2015 年 4 月 14 日
回答済み: Rahul Trivedi 2021 年 10 月 20 日
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 件のコメント
Jan
Jan 2015 年 4 月 14 日
What kind of "web" do you mean? I cannot imagine what putting some code into a web means.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2015 年 5 月 4 日
編集済み: Walter Roberson 2015 年 5 月 4 日

その他の回答 (2 件)

Rahul Trivedi
Rahul Trivedi 2021 年 10 月 20 日
x = 0:0.05:5;
y = sin(x.^2);
figure
plot(x,y)

Rahul Trivedi
Rahul Trivedi 2021 年 10 月 20 日
x = 0:0.05:5;
y = sin(x.^2);
figure
plot(x,y)

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by