function a = getArray(fieldhandle) str = get(fieldhandle,'String'); a = eval([ '[' str ']' ]); end