The first argument must be a string array, character vector, or cell array of character vectors
35 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Santosh Biradar
le 29 Août 2022
Commenté : Santosh Biradar
le 29 Août 2022
Hello
I am getting error for below lines. Showing up the msg, The first argument must be a string array, character vector, or cell array of character vectors
Error: IncDecAnalysis/Decreased (line 323)
[chkFlgIdxList,~,~] = find(ismember(DecOriginTime, MissingTimeList, 'rows' ));
I am not sure, either string data and Double can be compared.
Please suggest the change that I need to do for [chkFlgIdxList,~,~] = find(ismember(DecOriginTime, MissingTimeList, 'rows' ));
Please let me know for more details.
Thank You
0 commentaires
Réponse acceptée
Chunru
le 29 Août 2022
You need to convert DecOriginTime into string that has similar format as MissingTimeList.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!