Matlab <-> PSpice Interface

How to call PSpice from Matlab and import the results
2.4K Downloads
Updated 14 Aug 2009

View License

YOU WILL NEED TO DOWNLOAD THE FREE VERSION OF PSpice 6.0 DOS (see below)!!!

The MPS Interface creates one full loop between Matlab and PSpice (you can add fitting routines later). It is a fully running function/program, but you will need to write your own code to adapt it to your problem!! Please see this tool as a demonstration that shows you, how to connect Matlab and PSpice 6.0 for DOS (works absolutely fine).

The zip-file contains the demo files test.m and test.mat and also the files

- makeNetList.m : a simple electrical circuit with variables
- writepwl.m : to write time/data files for PSpice
- readdat.m : to import data from PSpice
- PSpice60.m : to set parameters and call PSpice

and also

- setPCM.m : just a specific file for my demo problem
- writeCIR.m: shows what's necessary for a *.cir file

Extract all files and folders (!) and files to C:\ (you can change this later). Also download PSpice 6.0 (see below) and install/extract it. Copy the files PSEXEC.EXE and DOS4GW.EXE to C:\MPS\PSpice60\.

Then you're good to go, change the current Matlab directory to C:\MPS\Matlab\ and start with "test.m"

This is an early 'prototype', I will try to update it A.S.A.P. and add a detailed explanation/tutorial... However, the advanced user might like this as a template already.

Cite As

Frank Sommerhage (2024). Matlab <-> PSpice Interface (https://www.mathworks.com/matlabcentral/fileexchange/25028-matlab-pspice-interface), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on SPICE files in Help Center and MATLAB Answers
Acknowledgements

Inspired by: PSpice binary import

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0