How to delete a cluster profile?
Show older comments
Now I have some redundant cluster profiles on a remote cluster that I want to get rid of. I am now sure how I can do it though. The online documentation says I can do it through the Cluster Profile Manager, but the remote cluster has a unix os. How can I manage the profiles using command lines?
Many thanks!
3 Comments
adrian ant
on 27 Mar 2017
I am still interested in deleting a cluster Matlab profile programatically. Did you find any solution? Does anyone have a way of doing it?
P.D: I cannot use the Cluster Profile Manager because my Matlab client runs in a server without X activated.
Thanks in advance.
adrian ant
on 30 Mar 2017
Nothing? Anyone?
nash
on 5 Aug 2017
I also would be interested in that. Is there any possibility?
Thanks in advance
Answers (1)
Martin Roempert
on 23 Aug 2017
Edited: Martin Roempert
on 23 Aug 2017
In r2017b you can try to use the following command:
parallel.internal.ui.MatlabProfileManager.removeProfile('MyProfileName');
The MATLAB Profile Manager provides some other methods too ...

Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!