Statistics
RANK
122,190
of 295,467
REPUTATION
0
CONTRIBUTIONS
13 Questions
3 Answers
ANSWER ACCEPTANCE
69.23%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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
answerQuestion
"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
answerQuestion
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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answerQuestion
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
answersSolve 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
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
answersI 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 ago | 0