Statistiques
6 Questions
0 Réponses
RANG
150 734
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
16.67%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Errors with my code
What's going wrong with this code? T1=[0:0.001:2]; Y1=(-1/4)*cos(4*T1); %euler approximation y= zeros(40,1); t=linspace...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using horzcat Dimensions of arrays being concatenated are not consistent.
Not sure why I'm recieving this error for this code: h= 0.1; t0= 0; y1=-0.25; tEnd=2; T=[t0:h:tEnd]; N=20; Y=zeros(N...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Normal Distribution Specifying parameters
For a normal distribution with a mean of 370 and a standard devidation of 47, how would I find the probability of a value being ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Array indices must be positive integers or logical values.
I have defined values of t as: t= 0:142.27 and then the function: h(t)= (30^(5/2)-(5*sqrt(2)*9.8/2)*t).^(2/5) to get values ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Undefined function or variable
t=1; R1=1; R0=10; w=(0.001:0.001:1000) log10w=log10(w) a1=0.25; a2=0.5; a3=0.75; a4=1; c1=cos((a1*pi)/2); s1=sin((a1*p...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab won't plot my 3d graph
I entered t= 0:0.4:40; x=20.*sin(t); y=20.*cos(t); z= 10-(t./4).^2; plot3(x,y,z) and clicked run bit nothing happened?
presque 6 ans il y a | 1 réponse | 0
