Can glmfit() be used with time/epoch sampled data?

1 view (last 30 days)
Hello, I am new to logistic regression and classification. Simply put, if I have N observations or trials of time-sampled data with their classes, can I use glmfit()?
For example, 20 trials of 1 second epochs, sampled at 10 Hz, and 12 of these trials are classed as "good" while the other 8 are "bad". All the examples of glmfit's use that I've seen have one or more predicators that aren't temporally sensitive. Things like "weight", "size", or "colour". Whereas I'm more interested in a 1 second window of a fluctuating voltage. Can glmfit do this or am I after a different function?
TIA for your help.

Answers (0)

Community Treasure Hunt

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

Start Hunting!