Community Profile

photo

s pernot


Last seen: 10 días hace Con actividad desde 2020

Estadísticas

All
  • First Answer
  • Promoter
  • Solver
  • Explorer

Ver insignias

Content Feed

Ver por

Respondida
Passing Arguments to a UIMenu selected Function
it also works similaly with appdesigner... in the latter case, you can simply attach handle struct as a app property you decla...

alrededor de 2 años hace | 0

Respondida
Passing Arguments to a UIMenu selected Function
hi jason you have several options - see y. altman undocumented site for further details here are my preferred way to solve thi...

alrededor de 2 años hace | 0

Respondida
Transforming a character double into date format
datetime('197709131435', 'InputFormat', 'yyyyMMddHHmm')

más de 2 años hace | 0

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


Write a function to generate AND operation

casi 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


Determine whether a number is a prime self number

alrededor de 3 años hace

Resuelto


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

más de 3 años hace