Reputation: 27402
Is fzero in the standard MATLAB package or is it part of the optimization package?
Upvotes: 0
Views: 129
Reputation: 4126
It's in both, but the supported arguments between them differ. You can compare at their respective documentation pages:
Upvotes: 5
Reputation: 7056
Can't it be both? (standard, with optimization extensions?)
A quick comparison shows that the optimization extension can take a "problem" input.
Upvotes: 2