This function is used to warn the user that something went wrong in a program. This function should be used in every Experiment! It has to be called from within a catch-statement where it opens an error-warning and saves all workspace variables so that no data is lost. The workspace is saved to the file ErrorTermination_jjjjmmddhhmm.mat in the working directory.
Use this function to get basic information about the experimental computer, the user and the date and time when the experiment was started. Useful when several people run experiments on the same device.
...
...
@@ -42,12 +42,12 @@ Use this function to get basic information about the experimental computer, the
Saves given variables to a MATLAB workspace file. This function is useful to save results into a workspace file that can be evaluated afterwards. The first arguments have to be the variables that should be stored in the workspace file.
save2File uses a default file name (year-month-day-hour-minute), if no optional arguments are used and saves the file into the current directory.
[save2File](https://gitlab.ruhr-uni-bochum.de/ikn/OTBR/-/blob/master/Tools/save2File.m) uses a default file name (year-month-day-hour-minute), if no optional arguments are used and saves the file into the current directory.
Additional arguments gain more control over the filename and the path. Existing files are untouched, even if the user enters the same filename again. Files are renamed automatically and a warning appears.
...
...
@@ -86,11 +86,11 @@ Additional arguments gain more control over the filename and the path. Existing
This is a wrapper function that allows OTBR Toolbox users to create Excel files either in MATLAB or in Octave on a Raspberry pi! To create Excel files in the Raspberry Pi the package IO has to be installed.
...
...
@@ -106,7 +106,7 @@ This is a wrapper function that allows OTBR Toolbox users to create Excel files