I am trying to plot the flowpipe over time for a discrete linear system. But it seems the plotOverTime and plotAllOverTime, both are using timeInterval field in a reachset object nad because the reachSet objects for a linearSysDT type objects do not contain timeInterval field. So I am facing error whenever trying to plot the reachsets over time. Am I missing something here? Or there is some issue regarding this? Please help.
Thank you for raising this issue! You are correct that discrete-time systems were not supported by the plot over time functions. This has been corrected in commit 168b66d.
I am trying to plot the flowpipe over time for a discrete linear system. But it seems the
plotOverTime
andplotAllOverTime
, both are usingtimeInterval
field in areachset
object nad because thereachSet
objects for alinearSysDT
type objects do not containtimeInterval
field. So I am facing error whenever trying to plot thereachsets
over time. Am I missing something here? Or there is some issue regarding this? Please help.