mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.

Home Page:https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATLAB application deployment capability

PhilipKone opened this issue · comments

commented

I am currently working on a project where I deploy predictive models as a standalone application. The next thing I want to do is deploy it as a web application. App designer help a lot, but it's very challenging when the application is complex. I'm also thinking about migrating to Jupyter for MATLAB-Python Interfacing. It could be helpful if a feature(s) is included for robust application deployment in VS Code in the future.

Hi @PhilipKone , thanks for raising this request!

Can you share some specific details about the workflows you would like to see added? What are the equivalent workflows in MATLAB?

commented

Features could be aimed at providing a user-friendly interface for designing GUI applications (shareable HTML files or Web applications) while ensuring robustness to handle complex codes, e.g., multiple regression analysis, and advanced plotting capabilities like higher-order splines. The UI features could seamlessly integrate with MATLAB's computational capabilities for data analysis and visualization. Additionally, focus on providing documentation and support for users.