Printing figures with proper dimensions?
Mostrar comentarios más antiguos
Hello
Is it possible to print semilogx-plots with proper dimension with matlab? With proper dimensions I mean 50mm per decade.
Respuestas (1)
Prasad Mendu
el 22 de Nov. de 2016
0 votos
You can use the 'semilogx' command to plot data as logarithmic scales for the x-axis.
You can define the x and y coordinate matrices first as you want, and then use the syntax below to plot.
>>semilogx(x,y)
Categorías
Más información sobre Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!