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

回答 (1 件)

Dyuman Joshi
Dyuman Joshi 2022 年 5 月 15 日
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}))

カテゴリ

ヘルプ センター および File ExchangeData Type Identification についてさらに検索

質問済み:

2022 年 5 月 15 日

回答済み:

2022 年 5 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by