Community Profile

photo

Patrick Gipper


Last seen: 約4年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Chebyshev Polynomial functions of the first kind
You just need to replace "out" with "y". Maybe you already caught this? function y = myChebyshevPoly1(n,x) %y = myChebyshevPo...

約4年 前 | 1

回答済み
generate a random path between two points
Adam beat me to the punch, but here is an example with more minor modification of the original script. function [path,error_cod...

約4年 前 | 0

回答済み
Calculating Discharge Over Multiple Years
Less elegent and more brute force, but no toolbox required. Not sure what would happen with a missing year or if there happens ...

4年以上 前 | 1

回答済み
Trouble importing data file
Open the file using Word. Word will recognize that it is a non-standard text format and default to Unicode. Then simply save t...

4年以上 前 | 0

| 採用済み