How can I show a time/date stamp in the prompt?

8 Ansichten (letzte 30 Tage)
Alex Feinman
Alex Feinman am 16 Mär. 2012
I am recording (using diary) some work in MATLAB and I want to see when each command was executed. Is there a way to change the prompt (similar to the unix prompt) to show date/time?
Ideally it would look like this
3/15/2012 4:00 pm>> 1
ans =
1
3/15/2012 4:01 pm>> _
Thanks!

Akzeptierte Antwort

Oleg Komarov
Oleg Komarov am 16 Mär. 2012
Has link to FEX submission.
EDIT
setPrompt([datestr(now,'mm/dd/yyyy HH:MM PM') ' >> '])
To make it "permanent" place it in the startup.m file.
  1 Kommentar
Alex Feinman
Alex Feinman am 16 Mär. 2012
Thanks! direct link to FEX for others: http://www.mathworks.com/matlabcentral/fileexchange/26471

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by