MATLAB: How to make a folder using app designer for a standalone app

app designerfolder creation

I want to create a new folder in a standalone app and was wondering if mkdir would still work or not.

Best Answer

Yes, mkdir still works in standalone app.Refer to https://www.mathworks.com/videos/getting-started-standalone-applications-using-matlab-compiler-100088.html for more information on standalone apps.