contour plot for nodal displacement?

7 views (last 30 days)
Hi,
I am using image processing and have x and y location of each node (as two vectors) and also y displacement for each node.I am just wondering how I can show the y displacement contour for nodes (nodal displacement)?
here is the x, y and u data attached file.

Accepted Answer

KSSV
KSSV on 17 Aug 2020
scatter(x,y,25,u,'filled')
colorbar

More Answers (0)

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!