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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dazedandconfusedinnc

    Replicating "FUNCTION" command (from MATLAB) in FORTRAN

    Other than writing it "long hand", does anyone know a way to easily replicate the "FUNCTION" command from MATLAB in FORTRAN 77? Thanks
  2. dazedandconfusedinnc

    Problem with indexing in FORTRAN77

    That worked...thanks! I think part of my problem is less than complete understanding of how the 'continue' function works.
  3. dazedandconfusedinnc

    Problem with indexing in FORTRAN77

    I am fairly new to FORTRAN and am self taught. I just got a new compiler and am having an indexing (I think) issue with 77. Here is the piece of code: DO n=1,12 READ(10,2007) md(n) 2007 FORMAT(F3.0) WRITE(11,2008) md(1) 2008 FORMAT(F4.0) END DO I am trying to get the 1st value...

Part and Inventory Search

Back
Top