Clear Filters
Clear Filters

problem arises in imshow.program was correcly executed in my college,but not in my laptop.kindly help

1 view (last 30 days)
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 err (line 6)
figure,imshow(A);
>>

Answers (1)

varun prabhath
varun prabhath on 9 Mar 2018
rror in images.internal.basicImageDisplay (line 24) hh = image(cdata, ...
Error in imshow (line 293) hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...
Error in err (line 6) figure,imshow(A); ? where is ur complete code?

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!