Community Profile

photo

Robin Sah


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
how do I find the extreme points?
clc; clear all ; x = linspace(-0.5,0.5) ; y = x.*(sin(x)).^2 ; plot(x,y) ; % extreme points [x(1) y(1)] [x(end) y(end)]

ongeveer 5 jaar ago | 0