Feeds
提问
<stopping criteria details> Equation solved. fsolve completed because the vector of function values is near zero as measured by the value of the function tolerance, and the
how can i stop this message from apearing in workspace when i use fsolve.i know it gives me wether the equation is solved or not...
4 years 前 | 1 个回答 | 0
1
个回答提问
Error using fzero (line 246) FZERO cannot continue because user-supplied function_handle ==> @(X)BEMTR(X,v,omega,r,Beta,twst,alpha_data,cl_data,cd_data,sigma_r) failed with th
function f = BEMTR(X,v,omega,r,Beta,twst,alpha_data,cl_data,cd_data,sigma_r) W = sqrt(v^2*(1-X(1))^2 + omega^2*r^2 * (1 + X(2...
4 years 前 | 1 个回答 | 0

