photo

Brandon


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
3 Answers

RANK
63,844
of 300,753

REPUTATION
0

CONTRIBUTIONS
6 Questions
3 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

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

13 years ago | 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: ...

13 years ago | 3 answers | 0

3

answers

Answered
Using 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)...

13 years ago | 0

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

13 years ago | 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 ...

13 years ago | 3 answers | 0

3

answers