Plotting missing data in MUPAD
Afficher commentaires plus anciens
Simple question: I want to plot a list with missing data, i.e. where data is missing, I don't want anything plotted there, I want a gap in the point series. This works: plot(plot::PointList2d([[1,2],[2,4],[3,3],[4,2]])). However, this doesn't: plot(plot::PointList2d([[1,2],[2,4],[3,NaN],[4,2]])). Thank you!!
Réponses (1)
Sally Al Khamees
le 13 Juil 2017
0 votes
Hey Rock,
NaN does not work with MuPad.
Here is link that describes the differences in syntax between MuPad and ML:
I also also suggest using live scripts instead of MuPad
1 commentaire
Rock
le 17 Juil 2017
Catégories
En savoir plus sur 2-D Function Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!