Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Grunde

    Structures in matlab

    There it is! Thanks! =D
  2. Grunde

    Structures in matlab

    I've got a question. I'm translating some old stuff from fortran to matlab, with a bungload of different two or three letter variables. Now, in the first round I found that ordering the variables I use into one big nested structure was awesome, it became very easy to backtrack and refind the...
  3. Grunde

    Library files?

    I'm quite new at fortran at large, I'm using the plato IDE, in which I have tried to include the lib-files in many different ways. having them in the same folder as the f-files, for example, or include them in a project containing all the f-files, then build. I think perhaps I should go and...
  4. Grunde

    Library files?

    Yeah, good point!
  5. Grunde

    Library files?

    Oh, and I'm using plato 4.4 from silverfrost, and the code is written in fortran77.
  6. Grunde

    Library files?

    I am currently working on a translation of a fortran program to matlab. I have all the source code, but apart from that subroutines and functions from closed libraries are used. Now, those libraries are in a folder right besides the source code itself, but whenever I have tried to compile the...
Back
Top