photo

Douglas Schwarz


University of Rochester

Last seen: 13 days ago Active since 2006

Followers: 0   Following: 0

Message

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 Neuroscience grad students. MATLAB user since 1987.

Programming Languages:
Python, C, MATLAB, Arduino, Fortran
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
File Exchange

14 Files

Cody

0 Problems
2 Solutions

RANK
N/A
of 300,364

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
56 of 20,934

REPUTATION
14,405

AVERAGE RATING
4.70

CONTRIBUTIONS
14 Files

DOWNLOADS
124

ALL TIME DOWNLOADS
127676

RANK
89,394
of 168,407

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

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

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

14 years ago