Community Profile

photo

firas firas


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • First Review
  • Solver

View badges

Feeds

View by

Answered
Extract only numbers from a text file
You could include the other two numbers as well: regexp(str, '\d+?\.?\d+(?=))|(?<=\()\d+\.?\d+' , 'match') ans = 1×4 cell a...

3 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago