How to delete a cluster profile programmatically

3 次查看(过去 30 天)
By mistake, I added some unwanted MATLAB cluster profiles programmatically:
>> parallel.importProfile(clusterProfile1Path);
>> parallel.importProfile(clusterProfile2Path);
>> parallel.importProfile(clusterProfile3Path);
So, I have:
>> display(parallel.clusterProfiles);
'ClusterProfile-1' 'ClusterProfile-2' 'ClusterProfile-3'
Now, I would like to delete those unwanted profiles. I know that it can be achieved using the MATLAB Cluster Profile (GUI) but I can't find a way of doing it programmatically (I do not have any X server installed and running in that computer).
Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by