zahedi66
Mechanical
- Apr 13, 2015
- 30
hello
I want to call matlab program within my fortran code. I have google about this but can't figure out how should I write the code. for example I just want to run matlab program. is the below code is true?
-------------------------------------
program Console9
implicit none
call SYSTEMQQ("C:\ProgramFiles\MATLAB\R2015b\bin\matlab.exe")
end program Console9
I want to call matlab program within my fortran code. I have google about this but can't figure out how should I write the code. for example I just want to run matlab program. is the below code is true?
-------------------------------------
program Console9
implicit none
call SYSTEMQQ("C:\ProgramFiles\MATLAB\R2015b\bin\matlab.exe")
end program Console9