photo

Anatoly Kozlov


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
plotting a simple constant
x = 0:0.001:1; c=5; const = @(x)(c).*x.^(0); plot(x, const(x))

4年以上 前 | 0

| 採用済み