Printing figures with proper dimensions?

조회 수: 2 (최근 30일)
Adaptine
Adaptine 2016년 11월 18일
답변: Prasad Mendu 2016년 11월 22일
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일
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)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by