Perfect; very easy to use and is exactly what I needed, thank you very much!
19 Nov 2009
f2matlab
Converts basic fortran90 source code to MATLAB source code.
Author: Ben Barrowes
I know nothing about Fortran, and had to convert some code into Matlab. The conversions that f2matlab made helped me immensely to give me a starting point. Many thanks!
19 Nov 2009
readtext
Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc.
Author: Peder Axensten
After spending all day on the forums trying to figure out how to read a text file into a cell array and then convert it into a matrix, I found this which did everything I needed it to in one go - Excellent piece of work, thank you very much!