Recent content by jpapa

  1. J

    Fortran How can I test my loudspeaker for sound output in Fortran?

    Unfortunately it doesn't work on my computer. Any other ideas? John
  2. J

    Fortran How can I test my loudspeaker for sound output in Fortran?

    Hello, i want to produce a sound, for example a simple beep, with fortran. Can anyone help me please? John
  3. J

    How to Write a 2D Array to a File in Fortran for 3D Graph Creation?

    I give an example. Let's say i have an array like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 I want to be written in the file as it is and not like this: 1 2...
  4. J

    How to Write a 2D Array to a File in Fortran for 3D Graph Creation?

    Hello, i have a problem and i was wondering whether anyone in here can give me a hand. I want to write a 2D array to a file in format that can be read from another program in order to make a 3D graph. I'm using fortran. In few words i want to place the data in columns and rows in the file...
Back
Top