필터 지우기
필터 지우기

how to scale a plot in micrometer?

조회 수: 6 (최근 30일)
Jack_111
Jack_111 2013년 5월 15일
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,...)
Jack_111
Jack_111 2013년 5월 15일
Ok thanks

댓글을 달려면 로그인하십시오.

추가 답변 (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