Community Profile

photo

Scott French

Last seen: 14 días hace Con actividad desde 2015

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

alrededor de 1 año hace

Resuelto


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

alrededor de 1 año hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

más de 1 año hace

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 1 año hace

Respondida
Indexing via 3d array changed behaviour 2015a -> 2015b?
This was an intentional change/bug fix. Prior to R2015b, there was an inconsistency in the MATLAB indexing behavior - if you try...

más de 8 años hace | 2

| aceptada