Is there a possibility to solve this equation numerically using MATLAB?
Show older comments
Hello,
Is there a possibility to solve a given equation (model) numerically using MATLAB? (u and r are variables).

I have tried solving it by firstly integrating using Symbolic Math Toolbox with respect to r and then using ode15i when x values are from 0 to 0.12. To some extent, this approach works and I get reasonable results. However with a certain initial conditions of u'(0) (typical values of u'(0) are from 0 to 0.005 and u(0) is always equal to 0) the problem becomes stiff and I get this error message: Unable to meet integration tolerances without reducing the step size below the smallest value allowed... Is there something that can be done to solve this problem for a wider variety of initial conditions of u'(0)? When u(x) values (those which were solved by ode15i) were compared to experimental results the model showed a very nice correlation. Maybe I should use a different solver or maybe this problem is unsolvable and I should reconsider my model? Thank you for all advices!
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
