필터 지우기
필터 지우기

Plotting missing data in MUPAD

조회 수: 2 (최근 30일)
Rock
Rock 2017년 7월 7일
댓글: Rock 2017년 7월 17일
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!!

답변 (1개)

Sally Al Khamees
Sally Al Khamees 2017년 7월 13일
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
Rock
Rock 2017년 7월 17일
Hi Sally, many thanks. I tried 'plot(plot::PointList2d([[1,2],[2,4],[3,undefined],[4,2]]));' as your link suggests, but it still doesn't work: it does not give an error message now, but strangely it does not plot anything either; when I run it, nothing happens... Any idea?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by