필터 지우기
필터 지우기

How i can configure PCT in matlab2010a

조회 수: 3 (최근 30일)
manoj
manoj 2013년 9월 16일
답변: Vishal_R 2014년 6월 30일
I have matlab 2010a installed in machine and have the license for matlab and parallel computing. But i dont know to configure it with matlab 2010a. Please share instruction file if have for parallel computing configuration.

답변 (1개)

Vishal_R
Vishal_R 2014년 6월 30일
I am assuming that you want to use PCT functions using numerous workers on your local machine. You can check all these properties by below mentioned steps.
1. Click on Home tab on your MATLAB 2. Click on Parallel, a drop down list will appear 3. Go to parallel preferences to setup number of workers. 4. Click on Manage Cluster Profile and validate local profile.
Try to run below mentioned command.
>>parpool(4) % to create pool of 4 workers And, check if it works fine. If it works fine then you can your matlab code using these 4 workers.

카테고리

Help CenterFile Exchange에서 Cluster Configuration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by