Skip to content
Snippets Groups Projects
PythonMatlabTest.py 342 B
Newer Older
  • Learn to ignore specific revisions
  • Klaus Böhnlein's avatar
    Klaus Böhnlein committed
    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')