Tom W
Followers: 0 Following: 0
Professional Interests: Oceanography, Finance
Feeds
질문
Matching Time from 2 files/arrays
There are basically 2 different ways I'm trying to solve the same problem. I have 2 time fields that are both cells (i.e. yyyy/...
거의 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
How do you convert Month/Day to Julian Day?
I figured it out. Had to use: julianday = hms2h(hr,min,sec) + day; Can check by creating a matrix greg2(julianday-...
How do you convert Month/Day to Julian Day?
I figured it out. Had to use: julianday = hms2h(hr,min,sec) + day; Can check by creating a matrix greg2(julianday-...
대략 8년 전 | 0
| 수락됨
답변 있음
How can I display longitude and latitude values in a projected figure?
noticed you had plotm(lat,long) did you mean "lon" instead of "long" Also, look into the m_plot package, it's an old ...
How can I display longitude and latitude values in a projected figure?
noticed you had plotm(lat,long) did you mean "lon" instead of "long" Also, look into the m_plot package, it's an old ...
대략 8년 전 | 0
질문
Time matching across 2 differently sized time series arrays
How can I come up with an array index that provides matching times? Time1 = [31:0.01:35]; Time2 = [31.01:0.02:35.2]; ...
대략 8년 전 | 답변 수: 2 | 0
2
답변답변 있음
Using x,y,z data recorded with a Zygo Interferometer and the MetroPro software?
For a question 3 yrs old...it hurts to answer. Maybe it will help people that just discovered the same problem. Use "plot3k". ...
Using x,y,z data recorded with a Zygo Interferometer and the MetroPro software?
For a question 3 yrs old...it hurts to answer. Maybe it will help people that just discovered the same problem. Use "plot3k". ...
대략 8년 전 | 0
질문
How do you convert Month/Day to Julian Day?
I need to convert [yyyy MMM dd (hh mm ss)] into 3-digit (decimal) julian day, but every function I try takes numbers 1-31 (for d...
10년 초과 전 | 답변 수: 3 | 1
3
답변답변 있음
Counting the year in julian dates
You don't need julian days, all you need is today() minus hire date (with format). Difference in days will be the output. or...
Counting the year in julian dates
You don't need julian days, all you need is today() minus hire date (with format). Difference in days will be the output. or...
10년 초과 전 | 0
질문
How do I parse mixed, dynamic binary & string files?
I'm having trouble parsing files that are mixed strings & numbers. The data I need is in 3 columns (comma-delimited), and isn't...
거의 11년 전 | 답변 수: 1 | 0