Feeds
提问
how to find a max value of a plot at a certain x value
I have a plot of x and y values and need to find the max value of the plot at a particular x value x=linspace(0,14,100); V_x=...
4 years 前 | 1 个回答 | 0
1
个回答提问
how can I plot this point on my area subplot
I am trying to plot the maximum value onto my subplot x=linspace(0,L,1000); V= R.*(x>0).*(x-0).^0 - (w).*(x>a).*(x-a).^1 - F1...
4 years 前 | 1 个回答 | 0
