Closed BradSchoenrock closed 6 years ago
sped this up considerably, more work can be done to theoretically make it faster, but it no longer is noticeable.
This handled in two ways where the numerical integration index was lowered (the integration was being unnecessarily precise given other error sources) and the third loop was removed and replaced with Labview native array operations.
In order to replace the repmat functionality i have triply nested loops which have a dramatic slowdown effect. This can cause the container to act like it is frozen but if you wait long enough it will recover.