photo

Jeff Dozier


University of California Santa Barbara

Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Message

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
File Exchange

3 Files

Cody

0 Problems
3 Solutions

RANK
N/A
of 300,365

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
7,870 of 20,933

REPUTATION
117

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
24

ALL TIME DOWNLOADS
936

RANK
75,128
of 168,262

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

2 years ago | 3 downloads |

0.0 / 5
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...

3 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


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

4 years ago | 19 downloads |

5.0 / 5
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...

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

5 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] ...

5 years ago