Filter löschen
Filter löschen

how to create surface plot with NX3 matrix?

1 Ansicht (letzte 30 Tage)
Sameer
Sameer am 23 Mai 2014
Kommentiert: Image Analyst am 23 Mai 2014
how do I create a surface (surf) plot with a NX3 Matrix?
also how do i add a colorbar to this plot?
Thanks.

Antworten (1)

Image Analyst
Image Analyst am 23 Mai 2014
surf(M);
colormap(jet(256));
colorbar;
  2 Kommentare
Sameer
Sameer am 23 Mai 2014
It looks really sloppy. How do i make it neater.
I would like price on one axis, quantity on the other axis and possibly net present value (npv) on the z axis
Image Analyst
Image Analyst am 23 Mai 2014
You can use other functions to fancy it up. Though it adds other objects - not sure if that's neater or messier. But you can use xlabel(), ylabel(), title(), test(), annotation(), axis(), grid(), set(), etc.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by