%read fid=fopen( user.dat , r ); a=fread(fid,50); fclose(fid); (2) Example(Binary)