MATLAB: What isundefinded function do

function

I have to implement isundefined function in Octave. But I am not able what isundefined function do. Please somebody tell the uses of that function.

Best Answer

isundefined looks inside the internal data structure that is used to represent categorical arrays, and it compares the internal category number to 0.
Related Question