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?
Is the file written SPICE syntax ? Here you have a guide to interpret it if needed.
Then you should use MATLLAB function as fopen, fgets (and so on) to read the data from the file.
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