How to check the timestamp of a command from command history in Matlab?

matlab

Solution

The behavior you are looking for is not native to MATLAB.

BUT using this custom `Command Prompt` you can achieve it.

Hope it helps!

Problem

I was wondering is it possible to check the timestamp of a command in Matlab? If I look at the command history I can see the timestamps separating the commands of different dates for example: But is it possible to get the timestamp of a particular command? =) Thank you for any advice

Original source