How to get a logical output if all the arrays of a matrix are NAN and the matrix is a string
1 回表示 (過去 30 日間)
古いコメントを表示
Pooneh Shah Malekpoor
2022 年 9 月 15 日
回答済み: Fangjun Jiang
2022 年 9 月 15 日
Hello
The matrix, F I have is:
F =
1×8 string array
"NA" "NA" "NA" "NA" "NA" "NA" "NA" "NA"
I want to write a line of code such that produce a logical value of 1 if all the arrays of F are NA.
How should I do this?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Numeric Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!