2-D plot
조회 수: 3 (최근 30일)
이전 댓글 표시
Evangelos Rompogiannakis
2020년 11월 18일
댓글: Evangelos Rompogiannakis
2020년 11월 18일
Hello!
I have a task to create a 2-D plot with (x,y). On this plot I have to show
if x < y ,then all these points should be coloured red .
if x > 11,then the points should be coloured green .
Could you please help me on how to plot this (xy) graph ?
Thank you !
댓글 수: 0
채택된 답변
Cris LaPierre
2020년 11월 18일
I suggest MATLAB Onramp. Ch 9 covers the basics of plotting. You'll also need Ch 12 (logical arrays).
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!