Mahmudul Hasan
University of Sydney
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Why fmincon gives different objfun values with the same values of variables?
Dear all, I am trying to use fmincon to maximize an objective function, which includes a system of odes to be solved. I tried to...
10 years 前 | 1 个回答 | 0
1
个回答提问
What's the difference between NDF and BDF, as mentioned in specific properties for ode15s?
Hello, Can anyone tell me what's the difference between NDF and BDF, as mentioned in specific properties for ode15s(please se...
11 years 前 | 0 个回答 | 0
0
个回答提问
Interesting and important answer to know. How can I pass warning information in event function?
Hi,I am using ode15s to solve s system of ode. When I solve it, it comes up with a warning like ' unable to meet integration tol...
12 years 前 | 0 个回答 | 0
0
个回答已回答
Event function for ODE solver
Its easy. Just set the value = y(i)- 0.01 in event function, please. Like: [value isterminal direction] = event_function(t,y...
Event function for ODE solver
Its easy. Just set the value = y(i)- 0.01 in event function, please. Like: [value isterminal direction] = event_function(t,y...
12 years 前 | 2
已回答
Accessing the value in each successful time step in ode45 solver
I may suggest you to go with event function of ode45.
Accessing the value in each successful time step in ode45 solver
I may suggest you to go with event function of ode45.
12 years 前 | 0
提问
How can I stop ode15s at point where it fails to meet integration tolerance and then restart from that specific point?
Hi, I am solving a system of 1st order ODEs containing 228 equations using ode15s rather than ode45, as ode45 is extremely slow ...
12 years 前 | 0 个回答 | 0

