photo

buaa


Beijing University of Aeronautics and Astronautics

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
259,727
of 300,508

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers