Statistica
10 Domande
0 Risposte
RANK
133.197
of 300.369
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
30.0%
VOTI RICEVUTI
0
RANK
of 168.436
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
Explicit solution could not be found.
clc; clear all; close all; syms y1(t) y2(t) y3(t) y4(t) y5(t) y6(t) y7(t) y8(t) C = 3*10^10; KT = 0.086173324; % MeV M0...
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
Invalid indexing or function definition.
clc; clear all; close all; syms y1(t) y2(t) y3(t) y4(t) y5(t) y6(t) y7(t) y8(t) C = 3*10^10; KT = 0.086173324; % MeV M0...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Input function must return 'double' or 'single' values. Found 'sym'.
clc; clear all; close all; C = 3*10^10; KT = 0.086173324; % MeV M0 = 1.0078; % u M1 = 1.0078; % u M2 = 2.01...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
array exceeds maximum array size preference.
clc; clear all; close all; t = [0:10^20]; K = 1.38*10^-23; Me = 9.11*10^-31; T = 1.3543*10^3; V = 100*sqrt(3*K*T*11600/...
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
First input argument must be a function handle.
clc; clear all; close all; X0 = linspace(0.1,0.99,50); for i = 1:length(X0) Ts = 1; T(i) = Ts*acos((Ts-X0(i))/Ts...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Nonscalar arrays of function handles are not allowed; use cell arrays instead.
clc; clear all; close all; X0 = linspace(0.1,0.99,50); for i = 1:length(X0) Ts = 1; t(i) = Ts*acos((Ts-X0(i))/Ts...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Index exceeds matrix dimensions.
clc; clear all; close all; g = 1; m = 1; M = 1; T = 1; fun = @(x,y,V,T) ((2*pi*g*(1-(V.^2)).^2)/m^2).*y.*(((x-(m*V./sqr...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Warning: Infinite or Not-a-Number value encountered.
g = 1; m = 1; M = 1; fun = @(x,y,V,T) ((2*pi*g*V*sqrt(1-V.^2)/m)*y.*(((x-(m*V./sqrt(1-V.^2))).^2./(1-(V).^2))+y.^2).*exp(-(sq...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Undefined function or variable 'dslove'.
syms g m M T G x y V(t) fun = @(x,y)((2*pi*g*(1-(V(t))^2)^2)/m^2)*y.*(((x-(m*V/sqrt(1-(V(t))^2))).^2/(1-(V(t))^2))+y.^2).*exp(-...
oltre 6 anni fa | 0 risposte | 0

