Does matlab have any catenary curve fitting toolbox ?
Show older comments
I would like to know the possible options matlab has for catenary curve fitting as toolbox
1 Comment
VIGNESH BALAJI
on 4 Aug 2023
Answers (2)
Matt J
on 4 Aug 2023
1 vote
4 Comments
VIGNESH BALAJI
on 4 Aug 2023
VIGNESH BALAJI
on 4 Aug 2023
Matt J
on 4 Aug 2023
fit() can process simple upper and lower bounds, but no constraints more complicated than that.
John D'Errico
on 4 Aug 2023
Moved: John D'Errico
on 4 Aug 2023
0 votes
Adding to what @Matt J suggested, you might use nlinfit, lsqnonlin, or any general optimizer, since you can always form a sum of squares.
Why would MATLAB need a specific catenary fitting tool? Note that your last many questions, all about catenary fitting are literally the only ones I recall about fitting a catenary. So why should there be some specific tool for the purpose? You don't write specific tools and toolboxes just in case one person comes along every 30 years. And worse, your specific problem seems to be one that is very non-standard, where the curve is rotated in space. For something like that, you just write code to fit the need, instead of hoping for some never used tool to exist in advance.
Categories
Find more on Get Started with Optimization Toolbox 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!