Feeds
질문
Is it possible to use multiple GPU devices in a local area net within matlab?
I setup a local area network using 5 PC, each PC has a nvidia GPU card of GTX970. I tried to use Parallel Computing Toolbox of M...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
Retrieving data from createtask is very slow
I used createJob and createTask to execute a program on 16 notes, then retrived my data from each tasks. The result is very larg...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
why doesn't the 'getframe' work?
c_H=figure; H_axes=axes('parent', c_H); Z= hadamard(20); figure(c_H) % pause(1) pcolor(Z) pause(1) f = getframe(H_axes); ...
대략 14년 전 | 답변 수: 1 | 0
1
답변질문
how to set a mdceuser?
By default,a worker on a windows operating system installed as a service running as localsystem,so it does not have acess to map...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
parallel compute but can't use load to read data
I succeeded using two computers to parallel.I tested ,it work. But when I use 'load' command in the task function , it didn't wo...
14년 초과 전 | 답변 수: 2 | 0
