How to get a logical output if all the arrays of a matrix are NAN and the matrix is a string
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Pooneh Shah Malekpoor
il 15 Set 2022
Risposto: Fangjun Jiang
il 15 Set 2022
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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numeric Types in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!