plot z displacement of a plate

3 views (last 30 days)
maedeh amirpour
maedeh amirpour on 26 Apr 2017
Commented: KSSV on 26 Apr 2017
Hi All,
I am running image processing of a plate under transverse loading. the out put from DIC (image processing software) is location of nodes(x and y) and displacement in z direction. My question is that: How can I plot the displacement (z) through the plate (I mean surface plot or contour or sth like that)?
Thanks

Answers (1)

KSSV
KSSV on 26 Apr 2017
doc surf
[X,Y,Z] = peaks(50) ;
surf(X,Y,Z)
  2 Comments
maedeh amirpour
maedeh amirpour on 26 Apr 2017
Thanks, What is the meaning of peaks (50)?
KSSV
KSSV on 26 Apr 2017
Thanks is accepting the answer. peaks creates a data to demonstrate the surf, mesh etc., plots. MATLAB documentation is easy, you may consider reading it.

Sign in to comment.

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!