Check for incorrect argument data type or missing argument in call to function 'isnan'.

39 visualizaciones (últimos 30 días)
What is the problem with the data types, why i get this error???

Respuestas (1)

Dyuman Joshi
Dyuman Joshi el 15 de Mayo de 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}))

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by