How can I modify the Y-axis of an existing plot in a .fig file?
Show older comments
I have spent a fair amount of time constructing a .fig file, and I need to make one change, but I'm not sure how to do it.
I plotted on my Y axis in terms of volts, but I want to change it to millivolts.
I can easily change the ylabel, but I'm unsure how to multiply the numbers in the plot by 1000.
Any ideas?
Thanks,
Mark
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 28 May 2013
plot(t,y*1000)
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!