how to copy LTI viewer figure to clipboard?
3 views (last 30 days)
Show older comments
in simulink, I'm plotting a Bode diagram for my model:
Tools ==> Control Design ==> Linear Analysis
after having the desired plot opened in a new window, I have no option to copy it to clipboard. How do I do it manually?
0 Comments
Accepted Answer
Erman Korkut
on 4 Jan 2012
Hi Noam,
This is an excellent suggestion, currently it is not possible to do it inside the linear analysis tool. But as a workaround, you can move the linearization result(s) to MATLAB workspace using the data browser on the left of linear analysis tool (by dragging the variables from Linear Analysis Workspace to MATLAB workspace), then plot them using bode command in MATLAB command window. This will create the same plot in a regular MATLAB figure, where you can copy to clipboard using the Edit->Copy Figure menu.
Hope this helps, Erman
0 Comments
More Answers (0)
See Also
Categories
Find more on Time and Frequency Domain Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!