Plotting a 3d model

I have a system of implied volatilities, which I would like to plot. I have different Maturities in the top row, and the strike in the first column. Then the corresponding implied vol. to each maturity/strike. How do i plot such a system in Matlab?

 Accepted Answer

Honglei Chen
Honglei Chen on 15 Feb 2012
You can try mesh, surf and image
doc mesh
doc surf
doc image

1 Comment

And meshgrid to get you started with the above.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!