Can I show a large matrix with no change in column

Asked by Jin Yuhua on 3 Jun 2012
Latest activity Commented on by Jin Yuhua on 4 Jun 2012

I have a large matrix about 573*780 . When I show it, It is displayed like this: Columns 661 through 675 , Columns 676 through 690 and so on. I want to know whther I can show the large matrix with no change in colum?

0 Comments

Jin Yuhua

Tags

Products

No products are associated with this question.

2 Answers

Answer by Image Analyst on 3 Jun 2012
Accepted answer

If you don't change the array, then of course there will be no change to it. You can then display it with the variable editor, image(), imshow(), imagesc(), fprintf(), etc. depending on what you meant by "show the large matrix." By the way, 573 by 780 is not a large matrix. In fact by image processing standards that is a pretty small matrix. Of course, displaying the matrix, either as an image or as text values, does not change the matrix.

If by chance you meant that you have a matrix and then you processed it somehow, and now want to see which columns have not changed, then you can subtract your matrix from your original matrix. Then this difference matrix can be "shown" using any of the methods that I listed above.

Since your question is ambiguous and not very clear, you might want to rephrase it to explain what "no change" means to you.

1 Comment

Jin Yuhua on 4 Jun 2012

Heartfelt thanks!I have solve my problem

Image Analyst
Answer by the cyclist on 3 Jun 2012

You can view the array in the Variable Editor:

http://www.mathworks.com/help/techdoc/matlab_env/f10-42271.html

1 Comment

Jin Yuhua on 4 Jun 2012

Thank you very much~!

the cyclist

Contact us