Forked from
Klaus Böhnlein / dune-microstructure
474 commits behind, 263 commits ahead of the upstream repository.
-
Klaus Böhnlein authoredKlaus Böhnlein authored
PythonMatlabTest.py 342 B
import numpy as np
import matplotlib.pyplot as plt
import sympy as sym
import math
import os
import subprocess
import fileinput
import re
#import sys
import matlab.engine
eng = matlab.engine.start_matlab()
# tf = eng.findParabolic
# print(tf)
# eng.findParabolic(nargout=0)
eng.Minimization_Script(nargout=0)
print('Running Python Code')