bvp4c/bvp5c error
Show older comments
Dear MathWorks Community,
I am trying to use bvp4c/bvp5c and I always get the error:
"Error using char/eps
Too many input arguments.
Error in decomposition/isIllConditioned (line 600)
isIllCond = rc < eps('like',rc) || isnan(rc);
Error in bvp4c (line 196)
if isIllConditioned(dPHIdy)
Error in bratubvp (line 10)
sol1 = bvp4c(@bratuode,@bratubc,solinit,options);"
The code that I am trying to run is the bratubvp.m that is taken from:
Any example that I am trying to run I always get the same error above. I am wondering whether someone else has run into a same issue and whether this can be resolved or not.
Thank you in advance for your help!
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!