Skip to content
Snippets Groups Projects
Commit c5048e3d authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Further text added to clarify the format of the file for the Load module

parent faa9626e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -683,7 +683,10 @@ The input file will match the given specification.
$y_j^i$ is the $y$ value for the $j$th point of the $i$th curve, $m$ is the
number of curves and $n_i$ is the number of data points in the $i$th curve.
All data values in a row are separated by commas. Rows are separated by a new
line.
line. Please note, there is no requirement that there is an equal number of
data points for each of the curves. If there is no data past a certain row,
the data entry should be empty, but there will still need to be a comma to
mark the empty spot.
\begin{equation}
\begin{array}{ccccc}
......@@ -692,7 +695,10 @@ The input file will match the given specification.
x_2^1, & y_2^1, & ..., & x_2^m, & y_2^m\\
x_3^1, & y_3^1, & ..., & x_3^m, & y_3^m\\
..., & ..., & ..., & ..., & ...\\
x_{n_1}^1, & y_{n_1}^1, & ..., & x_{n_m}^m, & y_{n_m}^m
x_{n_1-3}^1, & y_{n_1-3}^1, & ..., & x_{n_m-1}^m, & y_{n_m-1}^m\\
x_{n_1-2}^1, & y_{n_1-2}^1, & ..., & x_{n_m}^m, & y_{n_m}^m\\
x_{n_1-1}^1, & y_{n_1-1}^1, & ..., & , & \\
x_{n_1}^1, & y_{n_1}^1, & ..., & , &
\end{array}
\end{equation}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment