Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to correct this error ?

1 Ansicht (letzte 30 Tage)
kmla
kmla am 16 Mär. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Undefined function 'show' for input arguments of type 'double'.
  2 Kommentare
Geoff Hayes
Geoff Hayes am 16 Mär. 2018
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
Walter Roberson am 16 Mär. 2018
All of the show() functions are class methods, such as show() of an javax.swing.JPanel

Antworten (1)

Walter Roberson
Walter Roberson am 16 Mär. 2018
I suspect you are thinking of imshow()

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by