You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Function call: env_secant(x_data, y_data, view, side)
Calculates an envelope of data <y_data> over <x_data>.
Method used: 'secant-method'
env_secant() observates the max. slope of every about <view> points from last junction point, and joints them to the resulting envelope.
An interpolation over original x-values is finally done.
<side> ('top' or 'bottom') defines which side to evolve.
Cite As
Andreas Martin (2026). env_secant(x_data, y_data, view, side) (https://se.mathworks.com/matlabcentral/fileexchange/27662-env_secant-x_data-y_data-view-side), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.4.0.0 (3.3 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
