MATLAB/FORTRAN
MATLAB/FORTRAN
(OP)
Hello, I am playing with Fortran in my thesis project, my results show temperature, velocity and pressure field in a lubricant film under high load as well as different sliding/rolling velocities conditions. Does anyone know the way in which I can load data in a matlab file in order to plot it, I suppose that file must be .m or .mat file, but I still do not know the way of loading data from the matlab window...I also am interested in programming a visual window connected to my program, I konw that it must be done with VISUAL frotran, does anyone know which library I must to call?
Tks
Gracias
Tks
Gracias





RE: MATLAB/FORTRAN
If you did in this way. Ok build up one subrotine in Matlab to read and plots your data.
DIGITAL Visual Fortan has graphics subroutine very similar to Matlab. You are going to waste a lot of time before archive what you are looking for with Visual Fortan.
Good Luck
F.S
Aeronautical & Astronautical Professional Engineer
www.geocities.com/aero_software/
www.geocities.com/aero_mathcad/
www.geocities.com/aero_db/
www.geocities.com/warbird_2000_italy/
RE: MATLAB/FORTRAN
RE: MATLAB/FORTRAN
For example you have the file pressure.txt, then give the command
>> LOAD pressure.txt -ascii
You'll have the data loaded in a variable called "pressure".