Community Profile

photo

onur karakurt


Last seen: 5 months ago Active since 2018

Statistics

  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


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 ...

6 months ago | 1 answer | 0

1

answer

Question


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...

6 months ago | 1 answer | 0

1

answer

Question


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...

9 months ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


"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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0

Answered
Solve the equation with variable
Thanks

4 years ago | 0

Question


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 ago | 3 answers | 0

3

answers

Answered
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...

5 years ago | 0