how to scale a plot in micrometer?
5 views (last 30 days)
Show older comments
I used the normal command plot to plot a figure and I want to make the scaling of one of my axis in micrometer. how to make the scaling of plots in micrometer not in meter?
0 Comments
Accepted Answer
Azzi Abdelmalek
on 15 May 2013
The plot scaling is normalized, it depends on your numbers. If your numbers are in micrometer, then the scaling will be in micrometer, If not then modify your numbers, for example:
If x=0.00001 meter then multiply your number by 10^6 to have it in micrometer
More Answers (0)
See Also
Categories
Find more on Title 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!