Effacer les filtres
Effacer les filtres

im not getting the following error .Matlab file is attached

1 vue (au cours des 30 derniers jours)
Komal Gaikwad
Komal Gaikwad le 22 Mar 2018
Commenté : Komal Gaikwad le 25 Mar 2018
>> maingui1 Error using vertcat Dimensions of matrices being concatenated are not consistent.
Error in maingui1>fltimg_Callback (line 143) p_im_n= [ zeros(ln,im_sz(2)) ; im_n ; zeros(ln,im_sz(2))];
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in maingui1 (line 42) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)maingui1('fltimg_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback

Réponse acceptée

James Tursa
James Tursa le 22 Mar 2018
You could get this error if im_n is a matrix that does not have im_sz(2) number of columns.
  2 commentaires
Komal Gaikwad
Komal Gaikwad le 25 Mar 2018
ok sir will look into it thnx
Komal Gaikwad
Komal Gaikwad le 25 Mar 2018
also i have to find the variance of image for above code.how to find it?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by