Borrar filtros
Borrar filtros

how to scale a plot in micrometer?

6 visualizaciones (últimos 30 días)
Jack_111
Jack_111 el 15 de Mayo de 2013
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?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Mayo de 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
  3 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 15 de Mayo de 2013
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 el 15 de Mayo de 2013
Ok thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by