What is the preferred way to interface MATLAB with SPICE?
120 次查看(过去 30 天)
显示 更早的评论
I have a lot of experience with MATLAB, and very little experience with SPICE (did some stuff back in university). I'd like to setup a simulation in matlab involving some electronic circuits, and preferably be able to change parameters and plot results from MATLAB. I have googled this but did not find anything conclusive?
1 个评论
Aaron Mattmiller
2019-2-20
编辑:Aaron Mattmiller
2019-2-20
This is an old question, but here is an article that describes how to do it:
回答(3 个)
Gerard
2017-2-3
We have customers who work a lot with Spice simulation and Matlab. In general the Spice simulation is done by one of the numerous commercial simulators or an open source simulator like NgSpice. The the simulation results can then be read by a specialized toolbox and processed in Matlab. You can find some simple solutions for reading simulation outputs on stackexchange:
We have wrapped our C/C++ solution in a Matlab toolbox for our customers who use Matlab for post-processing, model extraction and characterization. This toolbox is little more complicated to use but it can handle many different file formats, it can handle huge files and it is quite fast. You can find further informations at
0 个评论
Saif Awwad
2015-5-8
Hi.
The circuit description must be compiled by SPICE. You can use MATLAB to generate such circuit description, compile the circuit in SPICE and then use SPICE's log files to plot results in MATLAB.
The issue depends on what kind of simulation/plot you are targeting. Let me know more details and maybe I can be of some help.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 SPICE files 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!