how refresh chart in the function?
古いコメントを表示
hi, i use function to draw in app designer
app (paramter of bubu function) is a reference's graph
i use in the function "close all" and "refres variable" but if i call bubu function for second time i see the old line plotted
function bubu(app)
close all;
clearvars -except app
for i:1:1000
plot(app...,)
end
end
採用された回答
その他の回答 (1 件)
Sulaymon Eshkabilov
2023 年 9 月 10 日
0 投票
4 件のコメント
pipor
2023 年 9 月 10 日
Sulaymon Eshkabilov
2023 年 9 月 10 日
How to use refresh():
H=figure;
plot(t, y);
refresh(H)
pipor
2023 年 9 月 10 日
カテゴリ
ヘルプ センター および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
