How to delete a cluster profile programmatically

조회 수: 9 (최근 30일)
adrian ant
adrian ant 2017년 3월 30일
편집: adrian ant 2017년 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에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by