Pregunta


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...

casi 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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); ...

casi 14 años hace | 1 respuesta | 0

1

respuesta