How to save scope to an image file without using plot?

后端 未结 3 1135
不知归路
不知归路 2021-01-06 08:07

This condition is very important, because plot stretches my graph in an unacceptable manner.

3条回答
  •  日久生厌
    2021-01-06 08:16

    If the comment by MikeT is correct, and you are trying to save the image shown in a Scope block, there are a couple of ways you could do this:

    • Print the contents of the scope window by clicking the Print icon, the leftmost icon on the Scope toolbar. Then choose to print to a file instead of to a printer.
    • Create an editable figure from a scope block using the SIMPLOT function. This will create a figure that looks like the display on the screen of a Scope block, then you can save the figure to a file using the figure window's File menu or the functions SAVEAS or PRINT.

提交回复
热议问题