필터 지우기
필터 지우기

Plot: varying X-axis Ticks

조회 수: 3 (최근 30일)
SreeHarish Muppirisetty
SreeHarish Muppirisetty 2013년 12월 11일
편집: SreeHarish Muppirisetty 2013년 12월 11일
I am using plot function say, timecourse (from 1 to 10000 seconds) Vs predictionsetvalues (some arbitrary units). My length(predictionsetvalues)==length(timecourse)=10000;
I want to draw my plot in such a way that, my x-axis ticks are arranged as following:
1 2 3 4 5 6 7 8 9 10 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000
How can I do this?
Thank you

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 12월 11일
편집: Azzi Abdelmalek 2013년 12월 11일
This is not possible with linear scale. Maybe with log scale, you can get a representation close to what you want
  댓글 수: 1
SreeHarish Muppirisetty
SreeHarish Muppirisetty 2013년 12월 11일
편집: SreeHarish Muppirisetty 2013년 12월 11일
Hi Thanks for the reply.
log-scaled time course little better than linear time course scale.
Other way is to truncate the predictionsetvalues corresponding to last 5000 time points, where predictionsetvalues are virtually constant (no variation i.e., linear vs time-course end points).
I see some meaningful happening (non-linear) in the initial time points (1-10 s) later my predictionsetvalues are constant.

댓글을 달려면 로그인하십시오.

추가 답변 (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