Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
3b4cf7a8
Commit
3b4cf7a8
authored
May 03, 2017
by
Viviane
Browse files
matlab script to compare the pi model with a circuit using resistance, inductor and capacitors
parent
e7db8b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
MatlabTools/ComparePiLineModel.m
0 → 100644
View file @
3b4cf7a8
% circuit with R, L and C
fileName1
=
'../VisualStudio/DPsimVS2015/Logs/LeftVectorLog_SimulationExamplePiLine_0.001.csv'
%model with 3 nodes
fileName2
=
'../VisualStudio/DPsimVS2015/Logs/LeftVectorLog_SimulationExamplePiLine2_0.001.csv'
;
compareDpResults
(
fileName1
,
fileName2
,
1
,
1
,
'Model with 3 nodes x Resistor + Inductor'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment