Hello,
I'm trying to create a surface plot using X, Y & Z data from an analysis. I'm aware that it's technically not enough data to produce a surface plot but I can't even create a scatter plot of the data!
In MATLAB you can easily get around this by using the following code:
This essentially works by utilizing the function "meshgrid" to create an arbitrary xg,yg mesh of sample points. Then in "griddata" it relates the created meshgrid data to your sample points to define a surface by interpolating between them.
Is there a way of utilizing a similar method within excel to create such a plot?
Bookmarks