mirror of
https://github.com/ANL-CEEESA/powersas.m.git
synced 2025-12-06 01:48:52 -06:00
add basic version of EMT module
This commit is contained in:
10
example/ex_emt.m
Normal file
10
example/ex_emt.m
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
clc; clear; close;
|
||||
addpath('EMT')
|
||||
|
||||
testSystem = 'twoarea';
|
||||
|
||||
[t_final, sol_final] = calEMT(testSystem);
|
||||
|
||||
plotEMTResults();
|
||||
|
||||
Reference in New Issue
Block a user