Check for incorrect argument data type or missing argument in call to function 'isnan'.
조회 수: 50(최근 30일)
표시 이전 댓글

What is the problem with the data types, why i get this error???
댓글 수: 0
답변(1개)
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}))
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!