Community Profile

photo

Anatoly Kozlov


Last seen: 4 years 前 自 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 years 前 | 0

| 已接受