Plot in matlab xlabel with variables -


i m trying give images no axis xlabel variabels. there trick?

         figure(678)          subplot(3,3,1)          imagesc(image{1,1})          title(' image of images')          axis image;          axis off;          str = sprintf('ssim = %f, number of bins = %f',variabel1, size(images{1,1},3));          xlabel('str');          subplot(3,3,2)          ... 

1) there easy way?

2) know if can produce many different subplots in easy way? have 10*10 images , not 3*3.

3) can change size between images? know can manually after compiling size of images changes too.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -