Statistica
RANK
122.190
of 295.467
REPUTAZIONE
0
CONTRIBUTI
13 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
69.23%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 mesi fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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 ı...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
"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; ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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./(...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Conformal Transform and Mapping
How I can solve this transformation shown in the picture. my question defined with the picture. Can anyone help me?
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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))...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 4 anni fa | 0 risposte | 0
0
risposteSolve 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 ...
oltre 4 anni fa | 0
Domanda
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 + ...
oltre 4 anni fa | 3 risposte | 0
3
risposteI 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...
circa 6 anni fa | 0