It is possible to create a desktop app with Electron and using MATLAB for the calculus?
15 次查看(过去 30 天)
显示 更早的评论
Hello everybody. I'm new and I just want to ask if is it possible to build a desktop app with Electron or with other tecnologies and link it to MATLAB. Using MATLAB just for the calculus and display the results in the desktop app. And if is not possible, can I use frameworks like bootstrap in the app designer in MATLAB?
3 个评论
采纳的回答
Tushar
2023-5-17
Hi,
Yes, it is possible to build a desktop app with Electron or other technologies and link it to MATLAB for calculation and displaying the results.
One way to do this is by using the MATLAB Engine API for Python, which allows you to call MATLAB functions within Python code. You can then use Electron or other web technologies to build the front-end of the app.
Another option is to use browser technologies such as JavaScript, HTML, and CSS to build the front-end and call MATLAB functions using the MATLAB Web App Server, which provides a RESTful API that you can call from a web client.
Regarding using frameworks like Bootstrap in the App Designer in MATLAB, it is possible to incorporate CSS libraries into App Designer by using the CSS file import feature. You can also use the HTML component to write custom HTML code for more complex UI layouts.
Hope it helps!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!