% Purpose % writes out the variable attribute value. % % Synopsis % mexeps('putvarattval', varcode, attname, attval) % % Description % It writes out the variable attribute to current data file. % % Examples % Write a character string and a read number variable attribute. % % attname1 = 'Comment'; % attval1 = 'This is new variable attribute'; % mexeps('putattval', varcode, attname1, attval1); % % attname2 = 'new_value'; % attval2 = 123.45; % mexeps('putattval', varcode, attname2,attval2); % % See Also % putattval, putaxattval %