Feeds
提问
How can I redo it by using for loop
function [x,y] = butterfly_function(tmin,tmax,dt,s,x0,y0) %BUTTERFLY_FUNCTION Summary of this function goes here % Detai...
9 years 前 | 1 个回答 | 0
1
个回答提问
How Can I find the maximum value of the function. At what value of x, the maximum value occurs?
How Can I find the maximum value of the function. At what value of x, the maximum value occurs?
10 years 前 | 1 个回答 | 0
1
个回答提问
How can I know how many zeros dose the function have and how can I find the location of zero in the function?
Function
10 years 前 | 2 个回答 | 0
2
个回答提问
How can create the following function f(x)=x^2+(y-2)^2 between the interval −2 ≤ x>6
I need to use fminsearch to compute the location and minimum value
10 years 前 | 1 个回答 | 0
1
个回答提问
How can I use fminserch to compute location and min value of the function
How can I use fminserch to compute location and min value of the function
10 years 前 | 1 个回答 | 0
1
个回答提问
How can I type the interval −10 ≤ x=>10
The function y= log((x+sqrt(x.^2)+1)); a. Evaluate the values of function between the interval −10 ≤ x=>10 Setp size of 0....
10 years 前 | 2 个回答 | 0
