Open source alternatives for Matlab?

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
LTSpice2Matlab() is a function that is able to read LTSpice .raw files and show the SPICE results into a array in your workspace.

If you use LTSpice as a commandline tool it is possible to do some, even more, sophisticated analysises than LTSpice features in standalone mode.

Sometimes I just use it for convinient post-processing.
 
Octave works, although it's single threaded for the most part which means for big parallel jobs it can be a little slower. Have a look at the octave forge as it pretty much has most of the Matlab libraries.

Currently thinking of writing a octave neural network to solve the best set of resistors for an attenuation network.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.