Statistiques
RANG
170 435
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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: ...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseCreating 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...
plus de 11 ans il y a | 0
Question
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: ...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesUsing 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)...
presque 12 ans il y a | 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...
presque 12 ans il y a | 0
Question
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 ...
presque 12 ans il y a | 3 réponses | 0