I am trying to rearrange sections of a picture in matlab -


here assignment: open humpty_mixed.gif (2d image) , of king’s horses , men not – put humpty again. image 600x412 , split evenly along row , columns. (note: may use imread(), imshow(), , imwrite() commands here.)

the picture sectioned off in 4 rows , 4 columns, me started, i'm stuck

b=imread('humpty_mixed.gif'); imshow('humpty_mixed.gif')

%that should started.oh way cheating recieve zero!

a=b:

imshow(a)


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -