photo

s pernot


Last seen: 3 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • First Answer
  • Promoter
  • Solver
  • Explorer

Visualizza badge

Feeds

Visto da

Risolto


Replicate elements in vectors
Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2 3] -> [1 1 2 2 3 3] ...

circa 3 anni fa

Risolto


only input
Return the output without writing any code into the function.

circa 3 anni fa

Risolto


Concatenate two strings
Its very easy. Just concatenate two strings.

circa 3 anni fa

Risolto


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

circa 3 anni fa

Risolto


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

circa 3 anni fa

Risolto


Without the French accent please!
Suppress the French accent. Example 'Déjà présent' -> 'Deja present'

oltre 3 anni fa

Risolto


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

quasi 4 anni fa