IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
get_excludevarnames.m
Go to the documentation of this file.
1 %>@ingroup codegen idata
2 %>@file
3 %>@brief Returns a list of variables not to be brought from the workspace
4 %
5 function vars = get_excludevarnames()
6 vars = {'lo', 'blk', 'o', 'u', 'ans', 'out', 'TEMP'};
function get_excludevarnames()