Effacer les filtres
Effacer les filtres

Polar plot for time representation

9 vues (au cours des 30 derniers jours)
aguacate
aguacate le 1 Jan 2018
Réponse apportée : Chunru le 12 Juil 2022
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 commentaire
Ellen White
Ellen White le 11 Juil 2022
Did you ever find a solution to this? Currently working on a similar problem

Connectez-vous pour commenter.

Réponses (1)

Chunru
Chunru le 12 Juil 2022
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

Catégories

En savoir plus sur Polar Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by