Why do i get this error? can you explain it to me please

조회 수: 8 (최근 30일)
juan zumaya
juan zumaya 2019년 10월 13일
답변: Star Strider 2019년 10월 13일
Attempt to execute SCRIPT image as a function:
C:\Users\WASD\Documents\MATLAB\image.m
Error in images.internal.basicImageDisplay (line 24)
hh = image(cdata, ...
Error in imshow (line 293)
hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...
Error in elimina_objeto (line 7)
imshow(a)

답변 (1개)

Star Strider
Star Strider 2019년 10월 13일
You have a script that you named ‘image’:
C:\Users\WASD\Documents\MATLAB\image.m
That is the problem. The solution is to rename your script to something that does not overshadow any MATLAB function.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by