フィルターのクリア

Why do my values not match data on plot?

2 ビュー (過去 30 日間)
Phil Whitfield
Phil Whitfield 2018 年 5 月 13 日
編集済み: Phil Whitfield 2018 年 5 月 13 日
When using the find(ismember()) it comes up with an empty value.
Can anyone explain why?/how it isn't working?
Thanks
  1 件のコメント
Phil Whitfield
Phil Whitfield 2018 年 5 月 13 日
It was a rounding error, I had to add
zz=rouund(zz,4);
and then it worked fine

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

回答 (1 件)

the cyclist
the cyclist 2018 年 5 月 13 日
My best guess on why
find(ismember())
is not working is that the number you are looking for is not exactly represented in floating point. You could try ismembertol.
Can you upload a MAT file with the value of T in it, and tell us exactly which point you are looking for?

カテゴリ

Help Center および File ExchangePulse and Transition Metrics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by