Info

This question is closed. Reopen it to edit or answer.

How to create an standalone APP in matlab using R2014.please provide any suggestion.

1 view (last 30 days)
I want to create an App in matlab I am using R2014, I need to have one text box to enter the text and that entered text should be read by my matlab code for further processing and code is mapped to folder containing speech files and particular speech file is given as an output.This is an overview of my project which i need to convert into an app.The user should only able to view the text box alone and behind the screens all other process should happen.please suggest how can I make it.Thanks in advance.

Answers (1)

Walter Roberson
Walter Roberson on 21 Apr 2016
MATLAB Compiler would be appropriate. However, it is not available to Student Version licenses.
  2 Comments
Walter Roberson
Walter Roberson on 21 Apr 2016
MATLAB Compiler cannot be obtained for Student Version licenses in any current release (up to R2016a.) However, it can be obtained for Academic licenses; an appropriately authorized professor or staff could use MATLAB Compiler for you.
More common for students would be that they would generate a GUI with the aid of a tool such as GUIDE. With a GUI created that way, it would be possible for the user to access the code if they bothered to look. The user would need a MATLAB license to run the code. Often these restrictions are acceptable.

This question is closed.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!