Make a standalone app
3 views (last 30 days)
Show older comments
TONY ARGAUD
on 2 Aug 2020
Answered: TONY ARGAUD
on 2 Aug 2020
Hi,
I have R2020a and I read that it possible to make a standalone app.
As I understand, that app is web-based and is not a desktop app.
Is that correct?
0 Comments
Accepted Answer
Thiago Henrique Gomes Lobato
on 2 Aug 2020
It can be both. With appdesigner you can either create an matlab app (that will run in any other matlab), a web application or a standalone desktop program (that will run on any computer that has the matlab runtimer installed). The first two methods can be done by everyone as far as I known, while to make a desktop program you will need the matlab compiler product.
0 Comments
More Answers (2)
Image Analyst
on 2 Aug 2020
Yes, you need the compiler toolbox. See the FAQ: https://matlab.fandom.com/wiki/FAQ#How_can_I_make_a_standalone_executable_from_my_MATLAB_code.3F
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!