Community Profile

photo

ChrisR


Last seen: Today 自 2015 起处于活动状态

I teach courses in water resources and environmental fluid mechanics.

统计数据

All
  • 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

查看徽章

Content Feed

排序方式:

已回答
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.

2 years 前 | 0

已回答
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....

2 years 前 | 0

已回答
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 ...

2 years 前 | 0

| 已接受