Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to correct this error ?
1 回表示 (過去 30 日間)
古いコメントを表示
Undefined function 'show' for input arguments of type 'double'.
2 件のコメント
Geoff Hayes
2018 年 3 月 16 日
kmla - is there a MATLAB function called show? I can't see one in the documentation. Try typing (in your command window)
which -all show
to see if there is such a function in the MATLAB search path. Also, please copy and paste the code that you have written that generates this error.
What are you expecting the show function to do?
Walter Roberson
2018 年 3 月 16 日
All of the show() functions are class methods, such as show() of an javax.swing.JPanel
回答 (1 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!