impound.m
Simple input capture utility that packages everything it receives into a cell array and returns it; it is useful for pulling information back from Spinach context functions when called as a pulse sequence.
Syntax
answer=impound(varargin)
Parameters
varargin - any number of parameters of any type
Outputs
answer - all input parameters as a cell array
Examples
See MAS optimal control examples in examples/optimal_control directory.
See also
acquire.m, hp_acquire.m, sp_acquire.m, cpmg.m, holeburn.m, relaxan.m, slowpass.m, traject.m, Built-in_experiments
Version 2.1, authors: Ilya Kuprov