Estadística
0 Problemas
18 Soluciones
CLASIFICACIÓN
10.031
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
18 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
25.831
of 157.725
CONTRIBUCIONES
0 Problemas
18 Soluciones
PUNTUACIÓN
180
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Update slider value while in a for loop.
I am running a program in GUI.It contains a for loop. One of the parameters in the program is controlled by slider. While inside...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
How to plot data inside a for loop?
I would like to know how to plot a graph in a GUI like a scope or moving graph as the data point is simulated inside a for loop....
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Highlight a point on graph.
I have a graph in which i want to highlight a point by 'o'.I want to highlight the point to see if the chosen values are in the ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Draw graphs from menu GUI
I want to plot any four graphs from the menu of 7 options in a GUI on the same window. How to do that?? Thanks!!
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Parfor on GPU
I want to run two functions in parallel on a GPU. For this i want to use pafor(eg: for ii=1 fun1 and ii=2 fun2). Can variable...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
why are there noise signals with increasing time?
The following is a program for simulation of a laser beam with dither modulation. clear all clc freq=1000000; ...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Bandpass filter
I want to run a signal through bandpass filter, but the data is sent one by one. t=0:0.0000001:1; a=sin(2*pi*250...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
does parfor support global variables?
I want to use global variables in the functions run in parallel using parfor. Is it possible?
casi 13 años hace | 1 respuesta | 1
1
respuestaPregunta
Parallel computing problem
I have 3 programs to run in parallel, each on one core on my quad core processor. For this i'm using jobs and tasks method. Aft...
casi 13 años hace | 1 respuesta | 0
1
respuestaProblem accessing a variable in workspace
How to declare a variable global in base workspace?
casi 13 años hace | 0
Pregunta
Problem accessing a variable in workspace
I have generated a variable in a program and want to use the same variable from workspace in other program. I dont want to use i...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Can we use parfor inside a for loop?
Can a parfor loop be used in side a for loop. I want to run a series of iterations with parfor inside the for loop. How to do t...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
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 13 años hace | 0 respuestas | 0
0
respuestasPregunta
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 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Job not returning values
sched=findResource('scheduler','type','local'); pjob=createJob(sched); createTask(pjob,@decoder_direction_and_count_with_fm_...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Transfer data between two instances of matlab
I want to transfer data between two instances of matlab.. How can i do that??
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
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 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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); ...
alrededor de 13 años hace | 1 respuesta | 0