Plot time series object in logarithmic scale
11 views (last 30 days)
Show older comments
I have two nx2 vectors:
date = date number
closep = closing price
I then want to plot the time series with logarithmic scale. Anyone who knows how to do this?
So far I've only:
tsobj = fints(date, closep)
plot(tsobj)
0 Comments
Answers (1)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!