photo

bobby


university of wisconsin

Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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éponses

Réponse apportée
extraction 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éponse

Question


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éponses

Réponse apportée
bar graph
http://www.mathworks.com/support/solutions/en/data/1-17DC8/?solution=1-17DC8

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
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