ChrisR - MATLAB Central
photo

ChrisR


Last seen: Today Active since 2015

Followers: 3   Following: 0

Message

I teach courses in water resources and environmental fluid mechanics.

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
CodyMATLAB AnswersFrom 07/15 to 03/25Use left and right arrows to move selectionFrom 07/15Use 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%

RANK
2
of 158,439

CONTRIBUTIONS
292 Problems
4476 Solutions

SCORE
53,017

NUMBER OF BADGES
100

  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 1
  • First Answer
  • Project Euler I
  • Strings II Master
  • R2016b Feature Challenge Master
  • Magic Numbers Master
  • Quiz Master
  • Sequences And Series III Master
  • Computational Geometry I Master
  • Matrix Manipulation II Master
  • Strings III Master

View badges

Feeds

View by

Answered
Getting error in code - program to solve Poisson’s equation in 1D
Tom, The index i runs from 1 to N, but if rho has N elements, then rho(i+1) will give an error if i = N.

3 years ago | 0

Answered
how to plot a temperature distribution of a solid cylinder with heat generation
Kailey, Here are a few comments: You are plotting one point at a time, but with that plot statement, you won't see any points....

3 years ago | 0

Answered
How do I subtract every row of a matrix with every row of a second matrix?
Here's how I understood the question. If you have A = magic(3) and B = eye(3)--that is, A = [8 1 6; 3 5 7; 4 9 2]; B = [1 0 ...

3 years ago | 0

| accepted

Go to top of page