<< isdisj Data management jstr >>

fact >> Data management > islist

islist

verifies if an input is a list and converts to Div the elements which were not Div structures previously

Calling sequence

[test,x_div] = islist(x);

Arguments

x:

the input to evaluate

test:

'T' if x is a list, 'F' if x is not a list

x_div:

a list of Div structures (test=='T')

Examples

[res_test,x2]=islist(x)

Authors


Report an issue
<< isdisj Data management jstr >>