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.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

MATLAB application deployment capability #135

Open PhilipKone opened 2 months ago

PhilipKone commented 2 months ago

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.

dklilley commented 2 months ago

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?

PhilipKone commented 2 months ago

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.