Feeds
提问
Two Plotting results one at a time like simulation
x=linspace(0,-1.2903,100); u=deg2rad(7) rho1 = 1.3; ha = 2; for i=1:length(x) eqn1 = @(rho1, u, x) -rho1*c...
4 months 前 | 1 个回答 | 0
1
个回答提问
4 equation 2 solution
How can I find two variables from 4 equation, All equation are equal zero. I want fo find Theta_1 and Theta_2. These values are ...
1 year 前 | 1 个回答 | 0
1
个回答提问
for loop with fminsearch
%I couldnt make array values of Theta_2 u=deg2rad(13) eqn1= @(t1, u) u+atan(sin(t1)./(1-cos(t1)))-pi/2 % theta1 t1 olarak ta...
1 year 前 | 1 个回答 | 0
1
个回答提问
where I am making a mistake while using fsolve to evaluate two unknown with two equation
N2 = 6; N1 = 5; R2 = (80.02*N1/(N1+N2)); ha = (80.02*N1/(N1+N2))-35.2088; hd = (80.02*N2/(N1+N2))-2...
1 year 前 | 1 个回答 | 0
1
个回答提问
problem at smooting the spline
When trying smooting the leading edge of airfoil, nothing is changing. Leading edge looks like a arrow. not a circle. How can ı...
3 years 前 | 1 个回答 | 0
1
个回答提问
"asin" function is always solving between 0 and pi/2 of interval. Why?
I am encounering a problem when using asin function. function is solving the problem always between 0 and pi/2. why? a=0.5; ...
3 years 前 | 1 个回答 | 0
1
个回答提问
can anyone helpp me ???? How does the vpasolve command work
Hello, How does the vpasolve command work, ı am trying vpasolve function without "syms" , also 2 variable are array. How can I ...
3 years 前 | 0 个回答 | 0
0
个回答提问
Why am I getting the error "Array indices must be positive integers or logical values."?
clear all;clc; x=1;y=2 a=0.25 k=2;n=5; u=real(complex(k,n)+sqrt(complex(k,n).^2-4.*a.^2)) v=imag(complex(k,n)+sqrt(com...
3 years 前 | 1 个回答 | 0
1
个回答提问
solve the question ( fsolve , vpasolve)
is there any other way to solve the equation below. clear all;clc; a=0.5; x=linspace(-2*a,2*a,100); eqn=@(x,y,a)(y.^2./(...
3 years 前 | 1 个回答 | 0
1
个回答提问
Conformal Transform and Mapping
How I can solve this transformation shown in the picture. my question defined with the picture. Can anyone help me?
3 years 前 | 0 个回答 | 0
0
个回答提问
Solve equation for one unknown with one known parameter
clear all clc a=0.5 x=linspace(-2*a,2*a,100) eqn=@(x,y,a)(1/2*a^2)*[x^2./(2-(1-(x./(2*a))^2-(y./(2*a))^2)+sqrt((1-(x./(2*a))...
3 years 前 | 1 个回答 | 0
1
个回答提问
Fminsearch is not giving a correct answer. Why?
Temp (temperature) value must be equal T value that this script answered. Temp=550 % Temperature P=2.2 ...
4 years 前 | 0 个回答 | 0
0
个回答已回答
Solve the equation with variable
star strider I have notice that , ı have to click 'RUN' button four times or more to obtain correct value; Look T= Temp R ...
Solve the equation with variable
star strider I have notice that , ı have to click 'RUN' button four times or more to obtain correct value; Look T= Temp R ...
4 years 前 | 0
提问
Solve the equation with variable
function x = enthalpy(h) eqn=@(x,h) 38.0657.*(( -x.*((3*0.605719400e-7)./x.^4 - 17.275266575 + (2*-0.210274769e-4)./x.^3 + ...
4 years 前 | 3 个回答 | 0
3
个回答已回答
I have an equation with two unknowns and want to solve it iteratively.
Function [ g ]=fun (T,P) syms g T EOS=((3138188779288823*T*g^2)/2305843009213693952 + (7768083267522915*T*g^3)/7378697629...
I have an equation with two unknowns and want to solve it iteratively.
Function [ g ]=fun (T,P) syms g T EOS=((3138188779288823*T*g^2)/2305843009213693952 + (7768083267522915*T*g^3)/7378697629...
6 years 前 | 0