im not getting the following error .Matlab file is attached

1 回表示 (過去 30 日間)
Komal Gaikwad
Komal Gaikwad 2018 年 3 月 22 日
コメント済み: Komal Gaikwad 2018 年 3 月 25 日
>> 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

採用された回答

James Tursa
James Tursa 2018 年 3 月 22 日
You could get this error if im_n is a matrix that does not have im_sz(2) number of columns.
  2 件のコメント
Komal Gaikwad
Komal Gaikwad 2018 年 3 月 25 日
ok sir will look into it thnx
Komal Gaikwad
Komal Gaikwad 2018 年 3 月 25 日
also i have to find the variance of image for above code.how to find it?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeArgument Definitions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by