ankaniisc / Biofeedback_Shared

This folder contains the GUI script needed for the Biofeedback Experiment.
1 stars 0 forks source link

Saving the data efficiently #8

Closed ankaniisc closed 7 years ago

ankaniisc commented 7 years ago

2. For the second way, save the data into structure and cell formats. And extract them accordingly. There is no other way than this.

https://in.mathworks.com/help/matlab/matlab_prog/strategies-for-efficient-use-of-memory.html http://stackoverflow.com/questions/4760610/how-should-i-store-my-large-matlab-data-files-during-analysis http://www.matlabtips.com/how-to-store-large-datasets/ http://undocumentedmatlab.com/blog/improving-save-performance http://www.robinince.net/blog/2013/03/21/saving-large-files-efficiently-in-matlab/ http://www.ee.columbia.edu/~marios/matlab/Writing_Fast_MATLAB_Code.pdf

this is a good one

ankaniisc commented 7 years ago

Lets first decide what are the variables I want to save

ankaniisc commented 7 years ago

Don't Forget to :+1: check in which unit you are plotting the data.

ankaniisc commented 7 years ago

Before staring check the power once again.

ankaniisc commented 7 years ago

Ste the trial number in the gui. Just use the set function and set the variable.

ankaniisc commented 7 years ago

Done