How do I fix my blank/empty contourf figure?

7 views (last 30 days)
I'm trying to plot some data on a filled contour and when I choose an x and y for the contour the plot ends up blank. If I plot the data without an x and y then it plots. Matlab doesn't provide any error messages, just a blank/empty figure.
contourf(NVEL') works, but doesn't have proper values on the axis and is sideways
contourf(x,y,NVEL') creates a blank/empty figure
no errors are reported and I cannot seem to figure out what is wrong.
the matrices are as follows
x is a 1x100 y is a 23x100 NVEL is 100x23
  1 Comment
Image Analyst
Image Analyst on 9 Jun 2015
You forgot to attach your matrices. Use the paperclip icon to attach your mat file with them in it.

Sign in to comment.

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!