What is the command to display all of the code that has been run?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Adam Vilanova-Goldstein
am 12 Jun. 2020
Bearbeitet: Adam Vilanova-Goldstein
am 12 Jun. 2020
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 Kommentare
Walter Roberson
am 12 Jun. 2020
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
Antworten (1)
Image Analyst
am 12 Jun. 2020
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 Kommentare
Siehe auch
Kategorien
Mehr zu Installation and Operational Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!