Question


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

0

answers

Question


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

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

1

answer

Question


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

2

answers

Question


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

1

answer