photo

Anatoly Kozlov


Last seen: mer än 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

mer än 4 år ago | 0

| accepted