How do I retrieve details belonging to a particular job after I disconnect from my MATLAB session and connect later, in the Parallel Computing Toolbox 4.3 (R2010a) ?

I would like to retrieve details belonging to a particular job after I disconnect from your MATLAB session and connect later.

回答 (1 件)

If you already do not have the job object, then the findJob command could be used to accomplish this in the following manner: (else you can directly save the job object to a file)
>> out = findJob(sched)
The command above returns an array, out, of all job objects stored in the scheduler sched. Jobs in the array are ordered by the ID property of the jobs, indicating the sequence in which they were created.

1 件のコメント

Jiro Doke
Jiro Doke 2011 年 2 月 3 日
I would also mention using "findResource" to find the scheduler object.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeUse COM Objects in MATLAB についてさらに検索

質問済み:

2011 年 1 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by