필터 지우기
필터 지우기

Polar plot for time representation

조회 수: 9 (최근 30일)
aguacate
aguacate 2018년 1월 1일
답변: Chunru 2022년 7월 12일
I have some data collected every minute for a year. I am trying to make a circular plot (maybe a polar plot?) to represent the circadian trends on a kind of a crooked 24-hr "clock" but get nothing usable at all. Any ideas how to fit that into anything circular?
  댓글 수: 1
Ellen White
Ellen White 2022년 7월 11일
Did you ever find a solution to this? Currently working on a similar problem

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

답변 (1개)

Chunru
Chunru 2022년 7월 12일
t = 0:(60*24*365); % time in min
x = 1.5 + sin(2*pi*t/1000); % data
polarplot(t/(60*24)*2*pi, x); % 1 day for 2pi radian

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by