Matlab goes to infinite loop after closing figure window

1 回表示 (過去 30 日間)
Preethi
Preethi 2015 年 6 月 6 日
回答済み: Francisco Andres Ortiz 2017 年 7 月 25 日
hi,
Does anyone know why this occurs "In closereq at 18 Warning: Too many objects created while deleting axes children; removing DelectFcn of all descendants to prevent infinite loop"
I have created a surface plot using the following code, after closing the surface figure window Matlab goes to infinite loop displaying the above message.
x= x(2:end)';
y=y(2:end)';
z = zeros(size(x,2),size(y,2));
ind = sub2ind(size(z),x,y);
z(ind)=1;
figure
surface(x,y,z);
view(3)
any idea on how to avoid this..

回答 (1 件)

Francisco Andres Ortiz
Francisco Andres Ortiz 2017 年 7 月 25 日
I have the same problem! my version is 2014a / 64Bits

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by