BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Delete the acquisiton associated with the given handle.
btkDeleteAcquisition(h)
h | Handle pointing to a C++ btk::Acquisition object. |
For example: * % files: array of cells containing 500 filenames. * for i = 1:length * acq = btkReadAcquisiton(files{i}); * outcome = computeOutcome(outcome, acq); * btkDeleteAcquisition(acq); * end