photo

Bardo


Last seen: 14 giorni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

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

Visualizza badge

Feeds

Visto da

Risolto


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

circa 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa