Hi everyone,
I've recently start playing with F# and am contemplating starting to use it instead of matlab in my signal processing research.
There are some nice properties of the matlab interactive development environment that I would like to be able to replicate in F#. Does anyone have any suggestions on how to achieve the following:
1) The matlab "who" command lists all the data that are available in the current session
2) The matlab "save" command saves all the data listed above to a "state" file - this is useful when hacking around with datasets and you want to reload this all up later, using the "load" command
Thanks,
ant.