Community Profile

photo

Jack Masterson


Active since 2018

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Function returns wrong data if fed a list of numbers instead of a single number
You'll need to loop through each value in the vector x. function output = f(x) for n=1:length(x) if x(n) >=...

5 years ago | 0

| accepted