Community Profile

photo

firas firas


Last seen: más de 1 año hace Con actividad desde 2017

Estadísticas

All
  • First Answer
  • First Review
  • Solver

Ver insignias

Content Feed

Ver por

Respondida
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...

más de 3 años hace | 0

Resuelto


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:...

más de 6 años hace