photo

bobby


university of wisconsin

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

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

12 years 前 | 0

提问


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

12 years 前 | 4 个回答 | 1

4

个回答

已回答
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 ...

12 years 前 | 0

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

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

12 years 前 | 0

| 已接受

已回答
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...

12 years 前 | 0