Skip to content

Commit

Permalink
drop extra ]
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Oct 20, 2021
1 parent e925ba9 commit 8bf4a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeresp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impulse(sys::LTISystem; kwargs...) = impulse(sys, _default_time_vector(sys); kwa
impulse(sys::TransferFunction, t::AbstractVector; kwargs...) = impulse(ss(sys), t; kwargs...)

"""
y, t, x = lsim(sys, u[, t]; x0, method])
y, t, x = lsim(sys, u[, t]; x0, method)
y, t, x, uout = lsim(sys, u::Function, t; x0, method)
Calculate the time response of system `sys` to input `u`. If `x0` is ommitted,
Expand Down

0 comments on commit 8bf4a2d

Please sign in to comment.