Develop a GUI: from uploading data to save an output
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Good afternoon,
I'd like to create a user interface which allows me (who I have MATLAB on my laptop, version 2018b, not upgradeable) to select a file (mainly .xlsx) stored on my computer, upload it, make some statistics (calculate hourly or monthly or annual mean, st.dev., data abundance, confidence interval,...) and then save these calculations as .xlsx file.
I wrote a script about the calculation but I've never created a GUI and I cannot find an example (for dummies).
After that, I would like to share this GUI with some colleagues who hasn't MATLAB as a stand-alone executable. Is it possible?
Thank you for your kindness and time!
Kind regards,
Luca
0 commentaires
Réponses (1)
Cris LaPierre
le 29 Déc 2020
It's absolutely possible. The best place to get started is the Getting Started with App Designer page. Once you have watched that, go to the doc page on developing apps. Complete the Create and Run a Simple App Using App Designer tutorial.
At that point, you should be able to get started with your own app. Have a go and let us know if you have any questions. The more specific the question, the better the answer you'll get.
5 commentaires
Cris LaPierre
le 31 Déc 2020
This is called a standalone application. See the page Standalone Applications. There are also instructions provided on this subpage.
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!