Why do my values not match data on plot?
3 次查看(过去 30 天)
显示 更早的评论
When using the find(ismember()) it comes up with an empty value.
Can anyone explain why?/how it isn't working?
Thanks
回答(1 个)
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?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Descriptive Statistics and Visualization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!