Printing figures with proper dimensions?

Hello
Is it possible to print semilogx-plots with proper dimension with matlab? With proper dimensions I mean 50mm per decade.

답변 (1개)

Prasad Mendu
Prasad Mendu 2016년 11월 22일

0 개 추천

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)

카테고리

도움말 센터File Exchange에서 Graphics Objects에 대해 자세히 알아보기

질문:

2016년 11월 18일

답변:

2016년 11월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by