Community Profile

photo

Madara Hettigama


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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?

4 years ago | 1 answer | 0

1

answer