Closed gchadder3 closed 7 years ago
I changed tic() and toc() to allow the MATLAB usage (using a global variable tictime). I also added a function for sending a message to a logging text file (using an append). The new version of toc() uses this log file if a filename is passed in.
tic()
toc()
tictime
thanks @gchadder3 , looks good!
I changed
tic()
andtoc()
to allow the MATLAB usage (using a global variabletictime
). I also added a function for sending a message to a logging text file (using an append). The new version oftoc()
uses this log file if a filename is passed in.