Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How do you write a MATLAB code that can do the following: Read an excel surface topography input data file. Plot a 2-dimensional image of

How do you write a MATLAB code that can do the following:

Read an excel surface topography input data file.

Plot a 2-dimensional image of this measured surface.

Plot a 3-dimensional image of the surface.

Calculate the following surface topography parameters: Mean/average, Z range, Ra, Rq, skewness, kurtosis, the maximum peak height Rp, and the maximum depth Rv. (6 points)

Calculate the Bearing Area Ratio for the surface dataset. (4 points)

Features, such as pores or divots, can be recognized by a process called masking. To mask the dataset, set a height threshold equal to (Rv + 200 nm), binarize the data, and show (imshow()) a 2-dimensional image of the new binarized image (binarize means to represent data points that fall below the threshold as black, and data points that fall above the threshold as white).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Mannino Michael

5th Edition

0983332401, 978-0983332404

More Books

Students also viewed these Databases questions