using fints
이전 댓글 표시
I'd like to plot a candle chart for a financial time series that should be dynamic. So...
date_time = <256x2 cell> in datestr('mm/dd/yyyy HH:MM') format
price = <256x4 double> high, low, open, close prices
if I'd like to plot this without having to enter the start and end date, how would I do it?
Thanks
댓글 수: 1
Walter Roberson
2012년 4월 10일
"dynamic" in what sense? For example, it should show the first 10 entries and allow you to grab the plot to "pan" through the time range ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!