Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. fid = fopen('binary.dat','r');
  2. fseek(fid, 3000, 'bof');
  3. A = fread(fid, N, 'double');
  4. fclose(A); % don't forget to close the file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement