I have a large set of numerical data is a comma-separated values text file that I want to a) plot, b) find maxima and minimum of, c) apply functions to every point of. This is the kind of thing that I used to use Matlab for, but I don't have access to Matlab anymore and it isn't cheap. Excel or OpenOffice Calc can do these tasks, but I don't have
(
Read more... )
Comments 13
For the other stuff - have you considered some sort of database? sqlite is nicely lightweight.
Reply
Will sqlite let me do math operations?
Reply
MySQL may have better support for more math functions, but will take a little while to install, as opposed to sqlite, which is so small and easy to install that the Perl database interface driver for it comes with a complete copy of sqlite itself just in case.
Reply
Reply
Reply
Reply
Reply
http://www.gnu.org/software/octave/
Reply
Reply
You could use OpenOffice for an open source version of excel, but I have no idea how good their plotting support is.
Reply
Reply
Leave a comment