2D Graph Map

13 visualizzazioni (ultimi 30 giorni)
Federico Galdenzi
Federico Galdenzi il 3 Feb 2018
Risposto: Prajit T R il 8 Feb 2018
Good afternoon. I have to do a graphic where the x,y data are the temperature and the energy, and the z is the intensity of a signal at that temperature/energy point. Problem is, i don't know how to do it properly becouse the three vectors don't have the same lenght.

Risposte (1)

Prajit T R
Prajit T R il 8 Feb 2018
Hi Federico,
I understand that you are trying to plot a graph with three vectors x,y and z with different lengths. As far as I know, the usage of the ‘plot’ function or ‘surf’ function is not supported when you have vectors with differing lengths.
I can suggest two possible workarounds for this:
  1. If your data is consistent and you know where some data for a variable is missing, try using interpolation functions (‘interp1’ or ‘interp2’ as per your requirement) which would help you to fill in the missing values and make the vectors to be of equal length.
  2. Fill the missing data points with ‘NaN’ to make the vectors of equal length and then plot it.
I hope this workaround helps.

Categorie

Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by