Info

此问题已关闭。 请重新打开它进行编辑或回答。

image display in Matlab

1 次查看(过去 30 天)
ACHALA SHAKYA
ACHALA SHAKYA 2019-6-19
关闭: MATLAB Answer Bot 2021-8-20
The image should be like the 1st image but its coming like the 2nd image. What can be done in this?
  3 个评论
ACHALA SHAKYA
ACHALA SHAKYA 2019-6-19
By using imshow only.
Walter Roberson
Walter Roberson 2019-6-19
imshow() with no parameters gives an error. This is different than calling image() with no paramters, which puts up a default image.
If you are using imshow, you must be getting the information to display from somewhere. EIther you are are passing a matrix of data to imshow() or else you are passing a filename or URL to imshow and having it read the file on your behalf. Where is the data to be displayed coming from? How are you getting that data into MATLAB in order to pass it to imshow() ?

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by