issues Search Results · repo:SciML/MATLABDiffEq.jl language:Julia
Filter by
11 results
(82 ms)11 results
inSciML/MATLABDiffEq.jl (press backspace or delete to remove)using MATLABDiffEq
using ModelingToolkit
using OrdinaryDiffEq
@variables t
@variables a(t) = 1.0
D = Differential(t)
@named sys = ODESystem([D(a) ~ ifelse(a 0.0,-a,a)])
prob = ODEProblem(sys, [], (0.0,1.0)) ...
ArnoStrouwen
- Opened on May 31, 2023
- #36
This issue is used to trigger TagBot; feel free to unsubscribe.
If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on
Discourse for instructions ...
JuliaTagBot
- 4
- Opened on Jan 13, 2021
- #27
Was there some other point with this package than to show Julia faster? I mean if MATLAB has some more functionality you
can use, and possibly even Octave too, then it s good to know you can call it from ...
PallHaraldsson
- 3
- Opened on May 24, 2020
- #21
MWE:
using MATLABDiffEq, OrdinaryDiffeq
function test!(du, u, p, t)
du[1] = -10 * u[1]
du[2] = -0.01 * u[2]
end
u0 = [1.01;1.01]
tspan = (0.0, 1.0)
prob = ODEProblem(test!, u0, tspan)
julia ...
utkarsh530
- 2
- Opened on May 13, 2020
- #17
Hi, I was able to add MATLABDiffEq successfully including its dependencies, however while trying out the worked out
example in this package i keep getting a ERROR: LoadError: UndefVarError: AlgType not ...
NirvikNU
- 6
- Opened on Oct 16, 2019
- #7
Error
MethodError: no method matching
solve(::DiffEqBase.ODEProblem{Array{Float64,1},Float64,true,RigidBodyBench,Void,UniformScaling{Int64},DiffEqBase.StandardODEProblem},
::Array{Float64,1}; dense=false, ...
rohith14
- 7
- Opened on Oct 6, 2017
- #5
I get the error,
UndefVarError: ode_workprecision_set not defined
Stacktrace: [1] include_string(::String, ::String) at .\loading.jl:515
for the following code
using OrdinaryDiffEq, ODEInterfaceDiffEq, ...
rohith14
- 3
- Opened on Oct 6, 2017
- #4
I tried running this example and ran into an error
Pkg.add( ParameterizedFunctions ) #Pkg.add( DiffEqBaseQ ) using DiffEqBase, ParameterizedFunctions, MATLABDiffEq f =
@ode_def_bare RigidBodyBench begin ...
rohith14
- 3
- Opened on Oct 6, 2017
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.