質問


parallel processing
guyz i use a quad core processor( dual core pentium and NVidia graphic card)....in my program i generate signals and give them a...

12年以上 前 | 0 件の回答 | 0

0

回答

質問


How to run 3 programs simultaneously?
I have to run three functions or programs on a quad core processor such that function1 is run on core1 of the processor and func...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


Job not returning values
sched=findResource('scheduler','type','local'); pjob=createJob(sched); createTask(pjob,@decoder_direction_and_count_with_fm_...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


Transfer data between two instances of matlab
I want to transfer data between two instances of matlab.. How can i do that??

12年以上 前 | 0 件の回答 | 0

0

回答

質問


How many batch jobs can be run at a time?
When a batch job is given, how many workers work on the job(if i have 4 labs)?? And at a instant how many batch jobs can be give...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


Run two functions on two cores .. in a dual core processor..
I want to run two functions on two cores of my dual core processor. The functions are independent of each other.Is it possible...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


Why is the for loop not updating y matrix??
f=10000; tmax=.01; t=0:1/f:tmax; [m n]=size(t); y=randperm(n); a=sin(2*pi*400*t); b=sin(2*pi*400*t+pi/2); ...

12年以上 前 | 1 件の回答 | 0

1

回答