add issequence function to data and plot functions and examples for geometry
This commit is contained in:
@@ -19,10 +19,10 @@ from matplotlib.pyplot import figure, subplots, plot, show
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../pylib'))
|
||||
from numerical.ode import (e1, e2, e4, i1, newmark_newtonraphson,
|
||||
newmark_newtonraphson_rdk)
|
||||
from numerical.ode_model import disk, disk_nm, disk_nmmdk
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
from pylib.numerical.ode import (e1, e2, e4, i1,
|
||||
newmark_newtonraphson, newmark_newtonraphson_rdk)
|
||||
from pylib.numerical.ode_model import disk, disk_nm, disk_nmmdk
|
||||
|
||||
def plotx1rphi(x, t, title):
|
||||
"""Plot plane rotation (x, y, phi)
|
||||
|
||||
Reference in New Issue
Block a user