Let's try not to duplicate too much over the set of examples. It takes a lot of time to pass over examples that are different only in a small detail. How about combining fucntionality of kalmanExample and kalmanScheduleExample into one function.
Please rename this function to kalmanFilterExample.
suggestion: If you first want to run demo w/o schedule, followed by an example with schedule, you could prompt the user to press a key to continue by
Let's try not to duplicate too much over the set of examples. It takes a lot of time to pass over examples that are different only in a small detail. How about combining fucntionality of
kalmanExample
andkalmanScheduleExample
into one function.Please rename this function to
kalmanFilterExample
.suggestion: If you first want to run demo w/o schedule, followed by an example with schedule, you could prompt the user to press a key to continue by
or have a look at malab's
publish
command