How do I include a command line in my app when using MATLAB Compiler?
I created an app using the MATLAB App Designer and want to use MATLAB Compiler so others are able to use my app without having MATLAB. The problem I’m running into is that the app asks the user questions in the command window, and I don’t know of a good method to add this command window when compiling.
I know there’s an option when packaging the app to include the Windows Command Shell when the app is opened, but that shel doesn’t allow you to move directories, so it makes adding files to my app more difficult than it needs to be.
Is there a way to include a "customized" command shell in the app that either allows the user to change directories, or is just located in the directory the app is saved in?I created an app using the MATLAB App Designer and want to use MATLAB Compiler so others are able to use my app without having MATLAB. The problem I’m running into is that the app asks the user questions in the command window, and I don’t know of a good method to add this command window when compiling.
I know there’s an option when packaging the app to include the Windows Command Shell when the app is opened, but that shel doesn’t allow you to move directories, so it makes adding files to my app more difficult than it needs to be.
Is there a way to include a "customized" command shell in the app that either allows the user to change directories, or is just located in the directory the app is saved in? I created an app using the MATLAB App Designer and want to use MATLAB Compiler so others are able to use my app without having MATLAB. The problem I’m running into is that the app asks the user questions in the command window, and I don’t know of a good method to add this command window when compiling.
I know there’s an option when packaging the app to include the Windows Command Shell when the app is opened, but that shel doesn’t allow you to move directories, so it makes adding files to my app more difficult than it needs to be.
Is there a way to include a "customized" command shell in the app that either allows the user to change directories, or is just located in the directory the app is saved in? matlab compiler, app designer MATLAB Answers — New Questions