subroutines/actogra​ph

Versione 1.0.0.0 (85,9 KB) da Brad
actograph is a matlab function for plotting circadian rhythm actograms
239 download
Aggiornato 17 ago 2015

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))

Cita come

Brad (2024). subroutines/actograph (https://github.com/bradmonk/actograph), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.