Printing figures with proper dimensions?

1 Ansicht (letzte 30 Tage)
Adaptine
Adaptine am 18 Nov. 2016
Beantwortet: Prasad Mendu am 22 Nov. 2016
Hello
Is it possible to print semilogx-plots with proper dimension with matlab? With proper dimensions I mean 50mm per decade.

Antworten (1)

Prasad Mendu
Prasad Mendu am 22 Nov. 2016
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)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by