photo

David L.


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


problem performing multiple, independent tasks simultaneously in parfor
Here's a parfor code snippet that's intended to search for 2 different file types and load a file simultaneously, but fails due ...

2 years ago | 1 answer | 0

1

answer

Question


severe speed degradation with batch function on cluster
I run a matlab script called "runMe.m" containining "parpool('local',16)" through a PBS job sent to a worker node (method 1). I...

3 years ago | 1 answer | 0

1

answer

Question


parpool issues on a cluster when called through Torque/PBS qsub command
I have a matlab script which calls "parpool(10)". When I pass the script to the PBS/Torque scheduler via a qsub command on the ...

3 years ago | 0 answers | 0

0

answers

Question


how to grab text from figure's suptitle and subplot titles
I'm familiar with how to grab the title from a simple figure such as this: htitle = get(gca,'Title'); stitle = htitle.String ...

3 years ago | 1 answer | 0

1

answer