A=[ 'a','b','c','d','e'];
A=A(:);
%for example I need to find which row equals 'd' in A matrix, how can I use find function in this example?

 採用された回答

dpb
dpb 2014 年 5 月 12 日

0 投票

find(A=='d')

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

質問済み:

2014 年 5 月 12 日

回答済み:

dpb
2014 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by