Recording and saving a GUI experiment in Guide?

5 views (last 30 days)
Hello ,
I would like to be recording and saving the screen each time i am doing an experiment in Guide (GUI). I do not how to start any information concerning that?
Should i create a new pushbutton? If yes, which callback should i use .
  3 Comments
Geoff Hayes
Geoff Hayes on 21 Apr 2022
@Franck paulin Ludovig pehn Mayo - if you want to record what is happening in the figure and/or the whole experiment, then you would need to use a timer to periodically get a snapshot of what is happening on the figure, and then save it to a file either as an image or to update a video file. It might actually be easier to use third party software (maybe QuickTime) to record the screen session.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!