Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
BallAndBeam.jl
Commits
b49367a3
Commit
b49367a3
authored
Sep 13, 2019
by
Tommi Nylander
Browse files
Update BallAndBeam.jl
parent
efcbb3fc
Pipeline
#763
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/BallAndBeam.jl
View file @
b49367a3
...
...
@@ -18,7 +18,7 @@ export logspace
using
LabProcesses
,
Plots
,
Polynomials
,
ControlSystems
,
ProgressMeter
,
DSP
,
LinearAlgebra
,
Statistics
#
include("arx.jl")
include
(
"arx.jl"
)
logspace
(
start
,
stop
,
length
=
50
)
=
exp10
.
(
range
(
start
,
stop
=
stop
,
length
=
length
))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment