actograph is a matlab function for plotting circadian rhythm actograms
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
actograph evoked with zero inputs generates & plots sample data
>> actograph()
you can save the simulated dataset to your workspace by:
>> simData = actograph()
actograph evoked with an arg plots *your* circadian rhythem data
>> actograph(dataMx)
Where dataMx is a data matrix structured such that each row represents your binned activity data as you want it plotted. Basically, WYSIWYG. Each value from the dataMx will be plotted as a bar in the actogram. Each row in the dataMx will be a new row in the actogram. So if, for example, you want 48 hours worth of data plotted on the same row in the actogram, and the next 48 hours on the next row (and so on...) just put that 48 hours worth of data in the same row of the dataset you send to actograph. Try it out...
>> actograph()
>> actograph(repmat([1:24 1:24],[20 1]))
>> days = 20; binsPerDay = 96
>> actograph(rand(days, binsPerDay))
Citation pour cette source
Brad (2026). subroutines/actograph (https://github.com/bradmonk/actograph), GitHub. Extrait(e) le .
Informations générales
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |
