Error using mat2cell (line 45) Not enough input arguments.
古いコメントを表示
Using coulomb 3.3.01 script Have been unable to prevent the following: (I have tried changing lines 1009 and 1010 to HEAD(1,1)=(x1); as suggested in a previous inquiry but it did not solve the problem.
Error using mat2cell (line 45) Not enough input arguments.
Error in utm_window>pushbutton_f_add_Callback (line 1009) HEAD(1,1) = mat2cell(x1);
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in utm_window (line 20) gui_mainfcn(gui_State, varargin{:});
Error using main_menu_window>menu_new_map_Callback (line 167) Error while evaluating UIControl Callback.
回答 (1 件)
Walter Roberson
2017 年 6 月 11 日
0 投票
Notice the change is to {x1} not to (x1)
1 件のコメント
Prithwijit Chakraborti
2020 年 6 月 8 日
It worked! Thanks a lot!
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!