how to scale a plot in micrometer?

5 次查看(过去 30 天)
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?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-5-15
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
  3 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-5-15
The plot function ignore if y is in meter or kg. The function plot any number you provide. In the figure you should precise (using some axes properties the unit or the name of your variables,...)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by