In a more complex case, I’ve a program with two FUNCTIONS. There are involved the commands read and write into main file and into one of the FUNCTIONS too. The important thing is: do I have to put the open command for read and write into the main program or into the FUNCTION, or into both of them? And secondly, where do I have to put the close command. I've found a solution, but it's not satisfactory, because the program either ignore the read(5,*) or it stops.
@jonathancampeggio10454 жыл бұрын
You have my compliments. Very good work!
@brettknoss4865 жыл бұрын
If it possible to make a graph or estimate a function from 2 or 3 variables?
@higiniofuentes25517 ай бұрын
Do you have a video for this? How to open, read, write a binary file? Thank you!
@rajithodlme5 жыл бұрын
hello, is it possible to read a specific column alone from .csv file into fortran.. I have a .csv file where the number of rows are different for each columns, so I prefer to define a do loop depending on the no. of rows for each specific columns.. is there a way in fortran for this.. thanks
@rintaraphel3099 Жыл бұрын
Sir how can I extract some data from the file we read using fortran
@JaboTheGreat5784 жыл бұрын
Hi sir, i want to ask you something about reading text files What can i do when i need to only 1 spesific value or data from text ? For example, when i had a text which contains grades about exam, how can i write only the best grade into the screen?
@Feaforall4 жыл бұрын
You have to read the text in the file line by line, then process the line that contain the text with a function that will extract the data you seek
@DevmanGame Жыл бұрын
I keep getting an error on the read(10,*) x,y,z line how can i fix it?
@higiniofuentes25517 ай бұрын
Thank you for this very useful video!
@ropon-palaciosg.77602 жыл бұрын
Why use 12 and 10 when you are write o read data?
@user-dm4yy4cg9r4 жыл бұрын
Great video, thank you so much.
@marcioferreira75574 жыл бұрын
Hello! I would like to know how I multiply by just one column in my table that contains many numbers, in my case 45000. For example, I want to multiply just one column by a constant and write that value in a file and then generate a graph. Thankful! :)
@Feaforall4 жыл бұрын
Read the table, then make a loop to edit line by line by multiplying by the value you want, then write in another file the edited value.
@marcioferreira75574 жыл бұрын
@@Feaforall, Thank you!
@spyridonkanavos54333 жыл бұрын
I still have to say that my program contains many loops.
@ghulamishaque31353 жыл бұрын
can you please post your email i.d
@willschweitzer97842 ай бұрын
I came here because of C's awful Fahrenheit-Celsius table bullshit :(