필터 지우기
필터 지우기

Plotting a real time bar graph and a real time threshold line in the same axes

조회 수: 1 (최근 30일)
Hello Everyone,
I am trying to write a code that plots a real time signal (through a bar graph) and a line threshold on the same axes in a GUI. I'm already able to plot the real time data, but when I try to plot the line I get no error messages but cannot see the line.
Obs: Already tried using axes(currentaxes) and hold, the axes command bugs the heck out of my code and the hold command didn't get me anywhere.
Here's what I'm doing inside of the loop:
fb = bar(displayFB,PLOTY) % displayFB is the axes in which I am plotting
thresh = refline(displayFB, 0, c) % c is the intersect of the line
The fb plot works fine, but I can't get the thresh to work.
I am kind of new to object oriented programming so if you guys are able to respond extensively that'd be great.
Thank you for your time.

답변 (1개)

Paul Sponagle
Paul Sponagle 2016년 8월 4일
I am not sure I fully understand the question, but will 'hold on' before the code and 'hold off' after the code work for this?
  댓글 수: 1
Giovanni Scavariello
Giovanni Scavariello 2016년 8월 4일
I'm sorry if I wasn't very clear, how could I make it clearer?
I've tried to do this, and it does exactly nothing, I can only see the bar graph and not the line.

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

카테고리

Help CenterFile Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by