Community Profile

photo

Jeff Dozier


University of California Santa Barbara

Last seen: 1 day ago Active since 2020

Taught at UCSB for 44 years, founded the Bren School of Environmental Science and Management, retired July 2018. Still active in research and reviewing.

Programming Languages:
C, MATLAB, SQL, Fortran
Spoken Languages:
English, German

Statistics

All
  • Solver
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Review

View badges

Content Feed

View by

Submitted


Sun Position
Contains functions for declination, solar longitude, radius vector, equation of time, times of sunrise and sunset, sun angles an...

1 year ago | 2 downloads |

Thumbnail

Submitted


Topographic Horizons
Computes the angles to the horizons from an elevation grid, measured in degrees upward from the horizontal, with options for par...

1 year ago | 4 downloads |

Thumbnail

Submitted


Sun Position
Contains functions for declination, solar longitude, radius vector, equation of time, times of sunrise and sunset, sun angles an...

3 years ago | 21 downloads |

Thumbnail

Solved


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

4 years ago

Solved


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

4 years ago

Solved


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] ...

4 years ago