Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
se2aa4_cs2me3
Commits
4ca3d604
Commit
4ca3d604
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Addition of order to input file in load module
parent
c5048e3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assignments/A2/A2.pdf
+0
-0
0 additions, 0 deletions
Assignments/A2/A2.pdf
Assignments/A2/A2.tex
+9
-8
9 additions, 8 deletions
Assignments/A2/A2.tex
with
9 additions
and
8 deletions
Assignments/A2/A2.pdf
+
0
−
0
View file @
4ca3d604
No preview for this file type
This diff is collapsed.
Click to expand it.
Assignments/A2/A2.tex
+
9
−
8
View file @
4ca3d604
...
@@ -679,18 +679,19 @@ The input file will match the given specification.
...
@@ -679,18 +679,19 @@ The input file will match the given specification.
\item
transition: read data from the file infile associated with the string s.
\item
transition: read data from the file infile associated with the string s.
Use this data to update the state of the Data module. The text file consists
Use this data to update the state of the Data module. The text file consists
of a text file with the following format, where
$
z
_
i
$
is the value for the
of a text file with the following format, where
$
z
_
i
$
is the value for the
$
i
$
th curve,
$
x
_
j
^
i
$
is the
$
x
$
value for
the
$
j
$
th
point of the
$
i
$
th curve,
$
i
$
th curve,
$
o
_
i
$
is the
order of
the
$
i
$
th
curve,
$
x
_
j
^
i
$
is the
$
x
$
value
$
y
_
j
^
i
$
is the
$
y
$
value
for the
$
j
$
th point of the
$
i
$
th curve,
$
m
$
is the
for the
$
j
$
th point of the
$
i
$
th curve,
$
y
_
j
^
i
$
is the
$
y
$
value for the
$
j
$
th
number of curves and
$
n
_
i
$
is the number
of data points in the
$
i
$
th curve.
point of the
$
i
$
th curve,
$
m
$
is the
number of curves and
$
n
_
i
$
is the number
All data values in a row are separated by
commas. Rows are separated by a new
of data points in the
$
i
$
th curve.
All data values in a row are separated by
line. Please note, there is no requirement that there is an equal number of
commas. Rows are separated by a new line. Please note, there is no
data points for each of the curves. If there is no data past a certain row,
requirement that there is an equal number of data points for each of the
the data entry should be empty, but there will still need to be a comma to
curves. If there is no data past a certain row, the data entry should be
mark the empty spot.
empty, but there will still need to be a comma to
mark the empty spot.
\begin{equation}
\begin{equation}
\begin{array}
{
ccccc
}
\begin{array}
{
ccccc
}
z
_
1,
&
z
_
2,
&
z
_
3,
&
...,
&
z
_
m
\\
z
_
1,
&
z
_
2,
&
z
_
3,
&
...,
&
z
_
m
\\
o
_
1,
&
o
_
2,
&
o
_
3,
&
...,
&
o
_
m
\\
x
_
1
^
1,
&
y
_
1
^
1,
&
...,
&
x
_
1
^
m,
&
y
_
1
^
m
\\
x
_
1
^
1,
&
y
_
1
^
1,
&
...,
&
x
_
1
^
m,
&
y
_
1
^
m
\\
x
_
2
^
1,
&
y
_
2
^
1,
&
...,
&
x
_
2
^
m,
&
y
_
2
^
m
\\
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
_
3
^
1,
&
y
_
3
^
1,
&
...,
&
x
_
3
^
m,
&
y
_
3
^
m
\\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment