Statistics
RANK
8,191
of 297,016
REPUTATION
5
CONTRIBUTIONS
3 Questions
4 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Surface area from a z-matrix
function surfacearea(Z, cutoff) dx=0.092; dy=0.095; [nrow, ncol] = size(Z); ...
13 years ago | 0
Question
Surface area from a z-matrix
I have x, y axis values and corresponding z values. This allows me to plot the shape using surf function. Example:- http:...
13 years ago | 4 answers | 1
4
answersextraction from notepad
Well import in matlab in shape of an array and then remove all the other columns except the F-values. Or first open the notepad ...
13 years ago | 0
Question
Surface area of a Contour
If a helpful soul can answer some questions regarding this script, http://www.mathworks.com/matlabcentral/fileexchange/6905-cont...
13 years ago | 0 answers | 0
0
answersQuestion
Optimizing a 'for' loop
%% Average roughness for i=1:numel(M) k= abs((mean(M)-M(i)))/numel(M); avg=avg+k; end With the use of abo...
13 years ago | 2 answers | 0
2
answersbar graph
http://www.mathworks.com/support/solutions/en/data/1-17DC8/?solution=1-17DC8
13 years ago | 0
| accepted
Malaysia plate number recognition
Your first step should be identifying where the license plate is in the image. First collect a lot of license plate number image...
13 years ago | 0