-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track time during model run #251
Comments
Hi @SarahAlidoost. I would appreciate your suggestion for another way to track the simulation time while the model is running |
A log file can be created as:
You can also use diary which is available in both matlab and octave, but I have not tried it. |
Hi @MostafaGomaa93, I used
before this line, here STEMMUS_SCOPE/src/STEMMUS_SCOPE.m Line 375 in dd4764b
and add diary off at the end of SEMMUS-SCOPE.m.A log.txt file will be created, and all the output in maltab command line will be saved in this file.
|
Originally posted by @SarahAlidoost in #243 (comment)
The text was updated successfully, but these errors were encountered: