Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Watwood

  1. Watwood

    Opening MATLAB Binary Files Using Fortran?

    My ghetto adobe reader won't read that .pdf you put up, i'll know more once I read that...
  2. Watwood

    Opening MATLAB Binary Files Using Fortran?

    So would you open and read it like this?: open(unit=67, file = 'binary_file.mat', status = 'unknown', form = 'unformatted', access='direct', recl = '2') do while (.not. EOF(67)) read(67,*) input(num_line) enddo
  3. Watwood

    Opening MATLAB Binary Files Using Fortran?

    It's a .mat file I created in MATLAB. Is that what you're asking?
  4. Watwood

    Opening MATLAB Binary Files Using Fortran?

    Anyone every done it? I know Fortran has it's own binary format that differs from others. Any tips on how to do this? Thanks.

Part and Inventory Search

Back
Top