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 ExchangeGraphics 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