Skip to content

Commit 4b8ff4c

Browse files
author
Shunichi09
committed
Done v1.0
1 parent e92c100 commit 4b8ff4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mpc/basic/main_example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ def main():
115115
Ad = sysd.A
116116
Bd = sysd.B
117117

118+
print(Ad)
119+
print(Bd)
120+
input()
121+
118122
# evaluation function weight
119123
Q = np.diag([1., 1., 1., 1.])
120124
R = np.diag([1., 1.])

0 commit comments

Comments
 (0)