8 lines
185 B
Matlab
8 lines
185 B
Matlab
function clear(f)
|
|
% CLEAR Clear the specified flow device from memory.
|
|
% clear(f)
|
|
% :param f:
|
|
% Instance of :mat:func:`FlowDevice` to be cleared.
|
|
%
|
|
|
|
flowdevicemethods(1, f.index);
|