Feeds
답변 있음
Plot rlocus on an UIAxes of AppDesigner
[r,k] = rlocus(sys); f = figure; rlocus(sys); rl = findobj(f, 'Type', 'Axes') copyobj(rl.Children, app.UIAxes); delete(f);
Plot rlocus on an UIAxes of AppDesigner
[r,k] = rlocus(sys); f = figure; rlocus(sys); rl = findobj(f, 'Type', 'Axes') copyobj(rl.Children, app.UIAxes); delete(f);
4년 초과 전 | 0

