I have a 3d matrix in MATLAB (time x channel x trial) that I want to extend so that it is a 2D (time x channel) matrix of continuous data instead of data segmented into trials. The closest command I can find is 'reshape', but I am unsure how to properly use it.
Is reshape the best command to use? If so, can someone please provide me an example of how to use it in my situation?