Hi,can anyone help me to figure out to find the value of disp as it is being displayed as NAN
1 回表示 (過去 30 日間)
古いコメントを表示
I HAVE ATTACHED THE CODE HERE
2 件のコメント
Geoff Hayes
2020 年 5 月 13 日
Dewdrop - are you referring to the disp variable? I ran your code and didn't see where it is being set (or displayed?) as NaN. By the way, I suggest that you rename this variable so that it does not conflict with the built-in MATLAB function of the same name.
回答 (1 件)
Walter Roberson
2020 年 5 月 13 日
rank(kk) is only 4, when it would need to be 12 .
kk has a number of rows that are all zero
Could you confirm that your bdcof variable is intended to be different than your bcodf variable? I get the impression that bcodf is a persistent typing mistake for bdcof .
2 件のコメント
Walter Roberson
2020 年 5 月 15 日
display(disp)
but it would have been easier if you had not used disp as a variable name.
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!