Baseline Criteria: How to read discrete data from excel rather than continuous data.
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am using baseline criteria to verify the model.I am stuck with one issue which is causing test case failure.
When i am trying to data output from excel,it's reading continous value like when value change from 1 to 3 wiith time terveral of 1sec then it should change without any slope.
Inshort there is any way to read daat at disctre point(time sampling = 1sec)
Below image have output data and graph.


I wanted to read data 1 to 3 as a direct jump rather than any slopy transition.
0 commentaires
Réponses (1)
Walter Roberson
le 19 Mai 2022
https://www.mathworks.com/help/simulink/slref/fromspreadsheet.html
configure Interpolation to "zero order hold"
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!