Check for incorrect argument data type or missing argument in call to function 'isnan'.
Mostra commenti meno recenti

What is the problem with the data types, why i get this error???
Risposte (1)
Dyuman Joshi
il 15 Mag 2022
The output of inputdlg is in form of cell array as you can see it your command window (below your editor)
Use
isaNumber = isnan(strnum(a{1}))
Categorie
Scopri di più su Data Type Identification in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!