MATLAB program that reads a text input file representing the circuit and determines the node voltage

Thread Starter

shooterae

Joined Nov 12, 2017
1
Hi,

Are there anyone who can help me about a matlab program that reads a text input file representing the circuit and determines the node voltage?
I need some ideas that how i can figure out this algorithm?
 

John_2016

Joined Nov 23, 2016
55
Bymaster has this simple SPICE reader

https://uk.mathworks.com/matlabcentral/fileexchange/8237-import-spice-raw-file?s_tid=srchtitle

Hopcroft has this other SPICE reader:

https://uk.mathworks.com/matlabcentral/fileexchange/17838-spice3_import?s_tid=srchtitle

Be aware that SPICE has variants, for instance

https://uk.mathworks.com/matlabcentral/fileexchange/23095-read-ngspice?s_tid=srchtitle

would you please supply a text file with a circuit descriptor so that readers of your question can figure out
what way to go?

Appreciating time and attention, awaiting answer

John BG

MOD EDIT: Removed e-mail address.
 
Last edited by a moderator:

WBahn

Joined Mar 31, 2012
29,493
You'll probably be waiting a long time -- the TS either got there issue resolved nearly a year ago or they have moved on.
 

John_2016

Joined Nov 23, 2016
55
I agree, but there may be other readers that may find it useful for these left-behind questions to have some kind of helpful answer instead of no answer at all, regards

John BG
 
Top