Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olle Kjellqvist
Latex4Control
Commits
8204da7a
Commit
8204da7a
authored
Mar 02, 2020
by
Olle Kjellqvist
Browse files
Fixed typo
parent
1a55875d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Plots/Steps/step_1.m
View file @
8204da7a
...
...
@@ -14,5 +14,5 @@ for i = 1:3
t = linspace(0, tmax, n);
steps(:,i) = step(P,t);
end
saveMatrix2File('step_1.csv', [t', steps], 3, {'t', 's1', 's2', 's3'})
?ymax
saveMatrix2File('step_1.csv', [t', steps], 3, {'t', 's1', 's2', 's3'})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment