photo

bobby


university of wisconsin

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Surface area from a z-matrix
function surfacearea(Z, cutoff) dx=0.092; dy=0.095; [nrow, ncol] = size(Z); ...

mehr als 12 Jahre vor | 0

Frage


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:...

mehr als 12 Jahre vor | 4 Antworten | 1

4

Antworten

Beantwortet
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 ...

mehr als 12 Jahre vor | 0

Frage


Surface area of a Contour
If a helpful soul can answer some questions regarding this script, http://www.mathworks.com/matlabcentral/fileexchange/6905-cont...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
bar graph
http://www.mathworks.com/support/solutions/en/data/1-17DC8/?solution=1-17DC8

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 12 Jahre vor | 0