03-23-2017 09:59 AM - edited 03-23-2017 10:03 AM
I am looking for equivalent of sparse and matrix commands for MathScript 15.0.1
Commands & references:
I am thinking the non-sparse versions (possibly wrong) are:
can you:
Sparse has been around an exceptionally long time, and a number of the methods are published and open-source. MathWorks documentation says things like "introduced before R2006a" and developed in collaboration with ... Oak Ridge National Laboratory so it should be well known and public access.
03-23-2018 04:45 PM
Hey did you ever figure this out?
03-26-2018 08:57 AM
I think that I just had to move on. Sparse allows matrices that appear superficially to be insanely large, but that are in fact not comprised of that much data, to be handled without all the hullabaloo, with quite a bit of speed and low memory footprint.
03-26-2018 10:55 AM
Since this thread is in the LabVIEW forum (instead of the Mathscript forum), I like to point out that plain LabVIEW has a sparse matrix toolkit. Maybe you can use that to solve your problem.
03-26-2018 11:52 AM
Thanks to both for getting back to me, I was curious because I found a Matlab script I wanted to translate to Labview (and I don't have Matlab or I would try to use the Matlab node, and can't seem to get it to work without) and it relied on spdiags as one of the commands. I did stumble onto and download the sparse matrix toolkit, but in the meantime was able to code my own version of spdiags, we'll see how it functions when I start playing with my actual arrays...