Community Profile

photo

Patrick Gipper


Last seen: circa 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 4 anni fa | 1

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

circa 4 anni fa | 0

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

oltre 4 anni fa | 1

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

oltre 4 anni fa | 0

| accettato