Community Profile

photo

Zach Adams


Last seen: alrededor de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Can you use replace to remove all characters that aren't letters from a string?
I was wondering if I can use replace(str, ~['A':'Z' 'a':'z'], ' ') to replace all values that are not letters with an empty char...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Find the number of outputs of a value.
Hi, I need help finding the number of outputs a function has. This function finds pythagorean triples given a maxumum value of ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Show all indices of I in [C,I] = max(...)
I am trying to show all of the row values that share a maximum value of a certain column. How do I show all indices for this ins...

más de 4 años hace | 1 respuesta | 0

1

respuesta