필터 지우기
필터 지우기

plot with 2 x-axes (logscale)

조회 수: 1 (최근 30일)
Franziska
Franziska 2011년 11월 23일
Hi all, I am currently trying to plot with two x-axes. I tried the plotxx.m from File Exchange (thanks for sharing), but still don't get it... I have a dataset x1 and y1 to plot on loglog-scale. In addition, I want to add a 2nd x-axes (on top) which is not! log-scale. I actually have no 2nd dataset to plot, but can of course apply x1 (then x1*) and y1 again. Anyone who as an idea how to do that?
[ax,h1,h2] = plotxx(x1,y1,x1*,y1); set(ax(1),...
Thanks in advance, Franziska

답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by