What is the command to display all of the code that has been run?

7 次查看(过去 30 天)
I use the EEGLAB plugin which is a GUI to process EEG data. I want to create a script to automate the processes but I can't remember the command that displays the code for the processes that have run.
UPDATE!!!
Ok. I got it. Apparently it is a code that is built into EEGLab called eeglabhist. Thank you for all the help!
  4 个评论
Walter Roberson
Walter Roberson 2020-6-12
Is this the sort of situation where you have created a figure and you want to create a "prototype" to create similar figures?
If so then in the figure window, FIle -> Generate Code
Adam Vilanova-Goldstein
Ok. I got it. Apparently it is a code that is built into EEGLab called eeglabhist. Thank you for all the help!

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2020-6-12
Put this at the start of the code you want to echo to the command window
echo on
Use echo off to turn off echoing.
  2 个评论
Adam Vilanova-Goldstein
the problem is that I am not writing code origionally. I am using the GUI and I want to see the code that it is running.
Adam Vilanova-Goldstein
Ok. I got it. Apparently it is a code that is built into EEGLab called eeglabhist. Thank you for all the help!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Timing and presenting 2D and 3D stimuli 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by