Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

saveppt2 giving error when saving multipe iamge file

1 vue (au cours des 30 derniers jours)
Ankit Gupta
Ankit Gupta le 26 Juil 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi All, I am trying to save multiple images in a ppt , but on executing the command I am getting this Error:
Error using horzcat Dimensions of matrices being concatenated are not consistent.
Error in saveppt2>validateInput (line 785) error('validateInput:UnknownParameter',['Unknown Parameter: ' argsIn{i}]);
Error in saveppt2 (line 207) addlParms=validateInput(varargin,validParameters);
Code which I executing is as:
for i = 1:numel(pngfiles)
im{i} = imread(pngfiles{i});
imrgb{i} = rgb2gray(im{i});
imrgb_z{i} = imrgb{i}(100:350,280:580);
saveppt2('Image.ppt',imrgb_z{i},'title',sprintf('Image. %d',i));
end
end
Please let me know where I am doing wrong.
Thanks

Réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by