checkPrediction
Compare outputs predicted by data-driven model to validation outputs
Since R2026a
Description
Examples
Input Arguments
Tips
If the quality of the prediction is not satisfactory, consider adjusting the
PastSteps, FutureSteps, or
PlantOrder property of ddobj or recreating
ddobj using a different input-output trajectory.
Algorithms
This function divides the input and output validation data into past and future values
(Up,
Yp,Uf,Yf),
and then uses the Hankel matrices in the ddobj object to estimate the
future output
Yefaccording to the
method described in Data-Driven Open-Loop Output Prediction. The function then plots the
estimated future output
Yef against the
validation future output Yf to show the quality of
the prediction.
Version History
Introduced in R2026a
