photo

Kevin Chapman


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


What is the correct equation?
>> t=linspace(0,2*pi,100); >> y=5*t.*(sin(t).^2)-t.^2*(cos(t).^2); Error using * Incorrect dimensions for matrix multiplica...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the correct equation?
w1=104; s=0.3; u=1; >> w2=w1*(1-(s^2))^(1/2) w2 = 99.2097 >> y=(s)/(1-(s^2)) y = 0.3297 >> t=linspace(0,0.2,100); ...

5년 초과 전 | 답변 수: 3 | 0

3

답변

질문


My graph is blank
The function is n=(m-10)/m for 0(less thab or equal to)m(less than or equal to)5 >> m=0:0.1:5; >> n=(m-10)/m; >> plot(m,n); ...

5년 초과 전 | 답변 수: 1 | 0

1

답변