When clicking on Save all data to txt in the section D. Results, matlab says it called an undefined function. Problem comes from the line 25 of the file f_report.m where it uses the matlab function today that is only included in the Financial Toolbox.
Replacing
datestr(today)
by
date
should make it work on the basic Matlab. What do you think ?
Thank you for all the energy you put in this wonderful tools, it's a pleasure to use!
Hi,
When clicking on Save all data to txt in the section D. Results, matlab says it called an undefined function. Problem comes from the line 25 of the file f_report.m where it uses the matlab function
today
that is only included in the Financial Toolbox.Replacing
datestr(today)
bydate
should make it work on the basic Matlab. What do you think ?Thank you for all the energy you put in this wonderful tools, it's a pleasure to use!
Best,
Tristan