add basic version of EMT module

This commit is contained in:
Yang Liu
2023-04-25 02:58:41 -04:00
parent bb6526ed86
commit 16c1547ba9
24 changed files with 1774 additions and 0 deletions

10
example/ex_emt.m Normal file
View File

@@ -0,0 +1,10 @@
clc; clear; close;
addpath('EMT')
testSystem = 'twoarea';
[t_final, sol_final] = calEMT(testSystem);
plotEMTResults();