フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Is there a way to get numeric identifier for axes objects that I can pass on to plot() and cla()?

1 回表示 (過去 30 日間)
bethel o
bethel o 2021 年 1 月 21 日
閉鎖済み: bethel o 2021 年 1 月 21 日
Is there a way to get numeric identifier for axes objects that I can pass on to plot() and cla()?
I used to use Matlab2014 and there subplot() returns a number like 2.2345 called figure handle. The handle can then be used as a parent for plot(...,'parent',2.2345). The issue is that subplot in Matlab2020 returns an object as figure handle which now breaks my code because I was passing the figure handles to Simulink. I don't think it is possible to pass the object figure handle to Simulink. Is there any work arround to get and use the numeric handle so that I can get on with my work instead of spending weeks rewriting code. Has Mathworks described this change anywhere that I can read?

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by