フィルターのクリア

Time values must be monotonically increasing error

50 ビュー (過去 30 日間)
dimitris
dimitris 2012 年 5 月 25 日
In my simulink model i use a from workspace block to read some time values and alhough those values are increasing i get the error above. I am suspecting that this happens because the time values differ little from each other, in same cases even 10^(-7) or 10^(-8) . From the nature of the problem those time values cannot differ more, so i was wondering if there is a way to overcome this problem.

採用された回答

Guy Rouleau
Guy Rouleau 2012 年 5 月 25 日
Ensure you re 100% sure the value are increasing, for example by validating that each element of "diff(t)" is positive.
If this is the case, please contact technical support.
  3 件のコメント
Guy Rouleau
Guy Rouleau 2012 年 10 月 29 日
Each value is larger than the previous one...
Monotonic: t = [1 2 3 4 5] Non-monotonic: t = [1 5 3 4 2]
Emmanuel Luevano
Emmanuel Luevano 2012 年 10 月 30 日
Ok, but how about if my input value is a distance matrix? I need to order this necessarily be taken by workspace, I need to store it as struct, or what could I do to solve it?
greetings!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by