I Have the following table, T:
Hold Min Max
_________ ___ ____
0.039248 0 0.05
0.041935 0 0.05
0.012797 0 0.05
0.0098958 0 0.05
0.014655 0 0.05
How can I test if a column in a table exists? For example isfield(T,'Hold')
returns 0
. Exist
, isstruct
also do not work. I would need the test to simply return a true or false result.