Estadística
6 Preguntas
3 Respuestas
CLASIFICACIÓN
170.444
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Background Removal From Images
I'm working on a stereo camera setup and need to track a white ball as it moves around. Here is a picture of the setup: ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple camera object tracking
Currently I'm working on a project where I need to track a object and then map the coordinates of the object (X,Y,Z) based on gl...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Image Processing and Centroid Determination
Hi, I'm currently processing images to track objects and I want to determine the location of the object in pixels. I used th...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab error that I can't figure out please help!
I'm working with the code that I will show below and I keep on getting the error: "Subscript indices must either be real pos...
más de 11 años hace | 1 respuesta | 0
1
respuestaCreating a for loop that adds a number to a letter
Here is the fixed code: for count=1:99; CM1=count; CM2=count+1; CM1X=sprintf('X%d',CM1) CM2X=sprintf('X...
más de 11 años hace | 0
Pregunta
Creating a for loop that adds a number to a letter
Hi, I'm trying to create a for loop that adds a number to a letter every time it loops. Here is my current code: ...
más de 11 años hace | 3 respuestas | 0
3
respuestasUsing fscanf, won't print out second row of data
What if I add two different fscanf( lines, like this: position_x(count) = fscanf(serialObject,'%d,%d*'); position_y(count)...
casi 12 años hace | 0
Using fscanf, won't print out second row of data
Ok, some of that makes sense to me. I commented out the fprintf( and the code still works the same. Maybe the code I am tryin...
casi 12 años hace | 0
Pregunta
Using fscanf, won't print out second row of data
I'm having trouble using the fscanf command to show the two different data points that are being sent over a com port. The data ...
casi 12 años hace | 3 respuestas | 0