function nctype = nc_ubyte()
%NC_UINT return constant corresponding to NC_UBYTE enumerated constant.
%
%   nc_datatype = nc_ubyte() returns the constant value corresponding to 
%   the NC_UBYTE constant in netcdf.h.  This value is not valid for 
%   creating netCDF variables in the classic format.
%
%   See also NC_ADDVAR.

nctype = 7;
return




