Statistics
RANK
5,083
of 295,569
REPUTATION
10
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Syntax help with script
assuming x is an nx1 column vector... sum(x.^2-mean(x)^2)/size(x,1) also I think your equation is wrong: http://en.wikiped...
11 years ago | 1
| accepted
Question
How to detect larger corners in an image?
Hi, I am having trouble understanding how to use "corner". An image of my problem can be found here: http://tinypic.com/...
11 years ago | 2 answers | 0
2
answersQuestion
Create BW image of a Function
Hi, I am wondering how one would go about creating a BW image of a function? So, say I have a function y = x^2. I can plot ...
11 years ago | 1 answer | 0
1
answerHow to average multiple vectors of different lengths?
Are any of your measurements exactly 0? Or, are any of them -1? Instead of initializing with zeros, you could initialize with ...
11 years ago | 0
Matrix as input argument of a matlab function
Are you calling the function from your command window, or are you just hitting "run" in your editor? From the command window, t...
11 years ago | 0
| accepted
Question
Finding Large Arcs in an Image
Hi, I have a BW image containing large arcs. I was thinking of using imfindcircles to detect them, but their centers are cer...
11 years ago | 1 answer | 0
1
answerMATLAB ERROR for programming
Line 22 needs a comment (or uncomment the rest... depending on what you're trying to do) lines 28 and 29 are not within any f...
11 years ago | 0
Question
Fitting to multiple lines to measure center of a cross in a photo
Hi, I have a set of black and white pixels. By looking, you can tell the white pixels make up a cross. I would like to find...
11 years ago | 2 answers | 0