-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create class representation of Epoch #300
Comments
Class could look like this:
Are there any methods that would be useful? Some thoughts:
|
Looking good..I think they should all have private SetAccess and we need a number field |
What do you think of this? I am new to using the get/set sorcery along with argument checking that you do so well. Is this the best way to do things? I put it at +ndi/epoch.m instead of +ndi/epoch/epoch.m so its name can be I made a new branch Matlab apparently doesn't let you recursively define properties (that is, I can't say that underlying_epochs must be an ndi.epoch, I get an error) but it lets you do this:
|
Use
ndi.epoch.epochset/buildepochtable
as a starting point.The text was updated successfully, but these errors were encountered: