Recent content by jpapa
-
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- jpapa
- Post #3
- Forum: Programming and Computer Science
-
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- jpapa
- Thread
- Fortran Sound
- Replies: 3
- Forum: Programming and Computer Science
-
J
Fortran 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...- jpapa
- Post #4
- Forum: Programming and Computer Science
-
J
Fortran 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...- jpapa
- Thread
- 2d Array File
- Replies: 4
- Forum: Programming and Computer Science