Matlab: Run Matlab apps programmatically -


i want launch 1 of apps included in matlab version called classification learner programmatically. how can done?

i tried following not work:

matlab.apputil.run('classificationlearner') 

a quick google search 'classification learner app matlab' tells me following do:

>>classificationlearner 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -