ltspice2matlab icon indicating copy to clipboard operation
ltspice2matlab copied to clipboard

LTspice2Matlab - Import LTspice data into MATLAB

Results 7 ltspice2matlab issues
Sort by recently updated
recently updated
newest added

Hello, I am able to load the .raw file when I run a basic .tran command. However, when I include a .step directive in the simulation I get the following...

Issue seems to appear only when Pseudo Transient is used for finding the operating point, and is consistent when I use .option commands 'noopiter', 'gminsteps = 0' and 'itl6 =...

Hello, I am moving from MATLAB to Octave and I would like to know please how can I use this same script but in Octave without it having to crash...

Currently the "double" flag is not recognized. This flag signifies that all data is double precision (The LTspice default is that for .TRAN time is float64 and all other data...

The [attached .raw file](https://github.com/PeterFeicht/ltspice2matlab/files/2869306/4_steps.zip) contains four steps of a DC Sweep (.dc) simulation from two separate .step commands. The number of data points is not divisible by 4, because in...

bug

Recent updated function has unidentified variable or function "tolower" Actually it should be "lower"

Gentlemen, after update to the original code of ltspice2matlab it stopped working in Octave 4.0.0. I fixed it on my local PC, I had to revert to the old-fashioned style...

enhancement