Question about the log scale in Matlab
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hello,
Can anyone tell me if I want to know the original values of a log scale y-axis for a figure?
Thanks
0 comentarios
Respuestas (1)
  Walter Roberson
      
      
 el 27 de Mzo. de 2014
        The Data Cursor tool will report in original values not in log() of the values.
If you get() the YData property of a graphics object that is on a log plot, then the YData will be in the original coordinates, not in log() coordinates.
3 comentarios
  Walter Roberson
      
      
 el 27 de Mzo. de 2014
				What form is the plot in? Is it an image file with lines drawn in the image? Is it a MATLAB .fig file? Is it a plot that exists "on screen" after you run some software?
Ver también
Categorías
				Más información sobre Log Plots en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


