Community Profile

photo

Bardo


Last seen: 2 días hace Con actividad desde 2017

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • Personal Best Downloads Level 1
  • Explorer
  • Revival Level 1
  • First Answer
  • First Submission
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

casi 7 años hace

Resuelto


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

alrededor de 7 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 7 años hace