I am not a fortran programmer, but I have been given a task to write a front-end of the GUI for the Fortran, and the Gui is written in Matlab....
So each time, when the user enters some variables information in Matlab, then I have use perl script to change the Fortran code with the new set of...
I am using compaq visual fortran, and i have two f90 files, which are being constantly being updated.... so basically each time, i have to rebuild these two files before generating an exe file before running...
Is it possible that I can write a method or an exe file that automatically...
I am using Compaq Visual Fortran 6, and I have two fortran files, so basically i need to build these two files before the main executed file can be created.
Does anyone know how I can build these two files together with Matlab, and then run it, instead having to go to the Visual Fortran 6 to...
I want to find out, is there like a drag and drop function? e.g. when I have created a figureA window, can i drag something like a circle or square which i've created in another figureB window to figureA window? this is more for the GUIDE part i guess....
Thanks!
i am trying to plot something in the axes1 in GUIDE, and doing so, i need to retrieve the information that the user entered from the 4 edit boxes....
the question is, how do i create a command button, e.g.plot graph, so that it can takes in the values from all the edit boxes and plot them...