Welcome to the Dash for MATLAB® library!
-
MATLAB® is used by millions of engineers and scientists all around the world.
-
Dash is a framework for building interactive data apps. Dash apps are rendered in the web browser, and you can deploy and share them via URLs.
-
Use a Dash app to share analysis/graphs/analytics created in MATLAB®.
-
As you will see, you can make a Dash app with very few lines of code. A Hello World app can even be done with one line!
startDash({Html('H1', {'Hello Dash!'})}, 8057, [], 'DARKLY');
-
Follow this link to start with this library:
Dash MATLAB Quickstart. Part I: Download and Install -
To start learning the basics and make your first app, follow this link:
Dash MATLAB Quickstart. Part II: Making your first App -
Dash MATLAB® is free and open source. We encorage you to raise an issue if you find something is not working properly, or have suggestions that improve the framework (for Dash and Plotly).
GitHub - plotly/dash_matlab: MATLAB DSL for the Dash Python library
GitHub - plotly/plotly_matlab: Plotly Graphing Library for MATLAB®
- We are continuously adding new features and examples to the library. You can check the official documentation following this link: