フィルターのクリア

Creating an interactive HTML website that uses MATLAB

25 ビュー (過去 30 日間)
Huy Gia Tran
Huy Gia Tran 2021 年 5 月 27 日
編集済み: Chetan 2024 年 2 月 28 日
Hi all,
I am wondering if it is possible to use the web app or something in MATLAB to create a HTML webpage that allows you to import an excel sheet and then execute MATLAB code that would display figures on the HTML website.
So, I am wondering if there is a way to create an HTML website that allows you to insert an excel sheet and then execute MATALB code (.m or .mlx)?

回答 (1 件)

Chetan
Chetan 2024 年 2 月 28 日
編集済み: Chetan 2024 年 2 月 28 日
I can see that you are trying to create an HTML webpage that can import an Excel sheet and run MATLAB code to display figures directly on the webpage.
This can be achieved by developing a MATLAB app using App Designer and then deploying it as a web app using MATLAB Web App Server. Here's a brief outline of the process:
  • Develop a MATLAB App: Create an app with App Designer that includes functionality for importing Excel data and running MATLAB code to produce figures.
  • Deploy as a Web App: Convert the app into a web app using MATLAB Compiler or MATLAB Compiler SDK and host it on MATLAB Web App Server
  • Access and Use the Web App: Users can interact with the web app through a web browser, upload an Excel file, and see the results displayed as figures on the webpage.
You'll need MATLAB Compiler or MATLAB Compiler SDK, as well as MATLAB Production Server for hosting the web app.
Refer the following MathWorks Documentation:
Thanks
Chetan

カテゴリ

Help Center および File ExchangeMATLAB Web App Server についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by