Douglas Schwarz - MATLAB Central
photo

Douglas Schwarz


University of Rochester

Last seen: 10 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 ExchangeCodyFrom 03/06 to 03/25Use left and right arrows to move selectionFrom 03/06Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
File Exchange

14 Files

Cody

0 Problems
2 Solutions

RANK
N/A
of 297,547

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
56 of 20,454

REPUTATION
14,281

AVERAGE RATING
4.70

CONTRIBUTIONS
14 Files

DOWNLOADS
180

ALL TIME DOWNLOADS
126497

RANK
83,679
of 159,122

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

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

13 years ago