Plot two variables only when a third one has certain value

Hi
I have 3 variables, Time, Temperature and FC. FC is either 1 or 0. All 3 variables are of the same length.
I want to plot temperature over time but ONLY when FC = 1. Namely I want the Temperature profile over time when FC = 1 and NOT 0.
How can I do it?

 채택된 답변

KSSV
KSSV 2019년 2월 28일
plot(Time(FC==1),Temperature(FC==1))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

2019년 2월 28일

댓글:

2019년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by