![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20003675_1602861638372_DEF.jpg)
Hafizul Sikder
Followers: 0 Following: 0
Feeds
提问
how to get the value of x, from this equation: 0.2exp(x)-x^(0.25) = 0
% I tried with the below steps: fun = @(x) (0.2*exp(x)-x.^(0.25)); x0 = [1.5,0]; x = fsolve(fun,x0);
4 years 前 | 2 个回答 | 0
Followers: 0 Following: 0
提问
4 years 前 | 2 个回答 | 0