Feeds
已回答
How to use pdeplot in appdesigner?
I find a solution,we can copy the date of pdegplot() to app.UIAxes: pdegplot(model);%偏微分方程求解 hFig = gcf; % 获取当前图形窗口的句柄 hAx...
How to use pdeplot in appdesigner?
I find a solution,we can copy the date of pdegplot() to app.UIAxes: pdegplot(model);%偏微分方程求解 hFig = gcf; % 获取当前图形窗口的句柄 hAx...
2 years 前 | 2
已回答
I'm trying to display a pdegplot graph in appdesigner, but I have no idea how to get it do display using app.UIAxes. My code is below
I find a solution,we can copy the date of pdegplot() to app.UIAxes: pdegplot(model);%偏微分方程求解 hFig = gcf; % 获取当前图形窗口的句柄 hA...
I'm trying to display a pdegplot graph in appdesigner, but I have no idea how to get it do display using app.UIAxes. My code is below
I find a solution,we can copy the date of pdegplot() to app.UIAxes: pdegplot(model);%偏微分方程求解 hFig = gcf; % 获取当前图形窗口的句柄 hA...
2 years 前 | 0