Community Profile

photo

DrBones


Last seen: 3 months ago Active since 2016

Statistics

  • First Review
  • Solver

View badges

Content Feed

View by

Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

8 years ago