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

回答