I want to make a 2D color plot showing stress magnitude (S) at very loctaion (x, y) based on continuous color change using limited data sets
Posted
by
Alex Liu
on Stack Overflow
See other posts from Stack Overflow
or by Alex Liu
Published on 2012-11-09T04:21:30Z
Indexed on
2012/11/09
5:00 UTC
Read the original article
Hit count: 159
matlab
friends, I have to trouble you as I couldn't find a solution after trying for a long time. I have 3 columns of data. x, y, and the stress value (S) at every point (x, y). I want to generate a 2D color plot displaying continuous color change with the magnitude of the stress (S). The stress values increase from -3*10^4 Pa to 4*10^4 Pa. I only have hundreds of data sets for an area, but I want to see the stress magnitude (read from the color) at every location (x, y). What Matlab command should I use? Thank you very much! I want to make a 2D color plot showing stress magnitude (S) at very loctaion (x, y) based on continuous color change using limited
© Stack Overflow or respective owner