Statistiques
RANG
8 320
of 295 448
RÉPUTATION
5
CONTRIBUTIONS
3 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
1
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
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
Surface area from a z-matrix
function surfacearea(Z, cutoff) dx=0.092; dy=0.095; [nrow, ncol] = size(Z); ...
plus de 12 ans il y a | 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:...
plus de 12 ans il y a | 4 réponses | 1
4
réponsesextraction 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 ...
plus de 12 ans il y a | 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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesbar graph
http://www.mathworks.com/support/solutions/en/data/1-17DC8/?solution=1-17DC8
plus de 12 ans il y a | 0
| A accepté
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...
plus de 12 ans il y a | 0