필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to correct this error ?

조회 수: 1 (최근 30일)
kmla
kmla 2018년 3월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
Undefined function 'show' for input arguments of type 'double'.
  댓글 수: 2
Geoff Hayes
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
Walter Roberson 2018년 3월 16일
All of the show() functions are class methods, such as show() of an javax.swing.JPanel

답변 (1개)

Walter Roberson
Walter Roberson 2018년 3월 16일
I suspect you are thinking of imshow()

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by