Find Command and Empty matrix: 1-by-0 Error

I know there is a value but find command generate error. Now sure how to fix!
x_matrix=[0:0.1:0.9] [a]=find(x_matrix==0.3)
results a =
Empty matrix: 1-by-0

回答 (1 件)

Andrei Bobrov
Andrei Bobrov 2012 年 2 月 14 日

0 投票

a = find(abs(x_matrix - 0.3) < 100*eps)
please read this is

カテゴリ

ヘルプ センター および File ExchangeInstrument Control Toolbox についてさらに検索

タグ

質問済み:

2012 年 2 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by