Statistics
RANK
4,992
of 293,767
REPUTATION
10
CONTRIBUTIONS
6 Questions
5 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
4
RANK
of 20,063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 149,751
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
how to count a number of digits.
I'd go with what Walter mentioned. However, in general length is the ideal way to go.
13 years ago | 0
Image Acquisition - Resolution
Okay this was much easier than I originally thought. Depending on what is visible under your camera in the actual Image Acquisit...
13 years ago | 0
| accepted
Question
Image Acquisition - Resolution
Hello, I am trying to get a picture using a webcam in MatLab. I am successfully able to obtain the picture and such by using...
13 years ago | 1 answer | 0
1
answerQuestion
RGB Values
I am currently detecting RGB values using the impixel() command. Is there a function in MatLab which states the name of the colo...
13 years ago | 1 answer | 0
1
answerPlotting Rectangles Within For Loops
Thanks Walter, it turns out that the nested for loop, indeed, was causing the triple printing of the rectangles. Having removed ...
13 years ago | 0
| accepted
Question
Printing Colon Values in a Vector
Hello, I am having a little trouble printing out colon values in a vector. For example: for x = 1:10 y(x) = x end...
13 years ago | 1 answer | 0
1
answerMac OS lion, and Matlab 2010a
Just tried it. Had no crash or anything what so ever. On Mac, I have found that overtime MatLab tends to crash for random reason...
13 years ago | 0
Question
Plotting Rectangles Within For Loops
Hello, I am trying to run a color detection algorithm. To do this, I used the regionprops command and detected the center of...
13 years ago | 1 answer | 0
1
answerQuestion
Store answers in multiple variables?
Hello, I have a variable B which outputs about 100 cells. Assuming N = 4, how do I go about obtaining cell2mat(B(N(1)) in a ...
13 years ago | 1 answer | 0
1
answerGood programming practice...
It's always good to comment in front of your code so that you won't have trouble remembering why you did what you did. It also h...
13 years ago | 4
Question
Obtain all Data Cursor Values
Hello, I've been a long time MatLab user but at a basic level only. I am trying to do some image analysis which will utilize ...
13 years ago | 1 answer | 0