Community Profile

photo

Douglas Schwarz


University of Rochester

Last seen: Today Active since 2006

I work in the Depts. of Neuroscience and Biomedical Engineering at the University of Rochester where our lab is studying auditory neuroscience. I also teach an introductory MATLAB class to BME students. I have been using MATLAB since 1987. Professional Interests: Signal processing, statistics, consulting

Statistics

All
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

View badges

Content Feed

View by

Solved


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

11 years ago

Solved


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

12 years ago