photo

Lizhou


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

Followers: 0   Following: 0

統計

All
  • Solver
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前

送信済み


大物不确定度分析(uncertainty anlaysis in USTC)
用于大学物理实验中的不确定度分析

5年以上 前 | ダウンロード 1 件 |

Thumbnail

回答済み
How do i add legend
x = linspace(0,pi); y1 = cos(x); p1 = plot(x,y1); hold on y2 = cos(2*x); p2 = plot(x,y2); y3 = cos(3*x); p3 = plot(x,...

5年以上 前 | 0