Community Profile

photo

Tasos Novas


Last seen: 10ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Displaying different digits in matrix.
Current code : clc clear theta=[50 60 70 80]; thetarad=theta*pi/180; v=[10 12 14 16 18 20]; h=((v.^2)'*(sin(thetarad)).^...

約4年 前 | 1 件の回答 | 0

1

回答

質問


I need help using for and if for plotting a function.
clc clear for e= 0:0.02/1071:0.02 if (e<0.01) s(e)=100*e elseif (e>0.01) s(e)=75.3*e end e...

4年以上 前 | 1 件の回答 | 0

1

回答