Community Profile

photo

Anatoly Kozlov


Last seen: 4 years 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))

4 years ago | 0

| accepted