Thread Subject:
simulink scope figures

Subject: simulink scope figures

From: sylvio britto

Date: 3 Aug, 2012 13:45:13

Message: 1 of 2

Hi !

Please ! How to save simulink's figures as jpeg?
Thanks

Subject: simulink scope figures

From: Phil Goddard

Date: 5 Aug, 2012 02:40:43

Message: 2 of 2

A Simulink Scope block is just a MATLAb figure window.

Firstly find the handle to all open scopes by doing
>> handles = findall(0,'Tag','SIMULINK_SIMSCOPE_FIGURE');

Then use the handle of interest to print in the same way you'd print a MATLAB Figure.

Phil.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
simulink Phil Goddard 4 Aug, 2012 22:44:09
rssFeed for this Thread

Contact us