Borrar filtros
Borrar filtros

How to delete a cluster profile programmatically

3 visualizaciones (últimos 30 días)
adrian ant
adrian ant el 30 de Mzo. de 2017
Editada: adrian ant el 30 de Mzo. de 2017
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.

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by