akk
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
125.599
of 295.569
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
26.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
find max for every 7 rows
I have a timetable matrix (A) that has many variables (e.g., temp, salinity, etc). The instrument was programmed to collect meas...
11 Monate vor | 2 Antworten | 0
2
AntwortenFrage
how to average over specific dates
Hello, I have a datetime vector (e.g., 14-Jul-2020 00:01:00) that spans several years. I would like to average wave height dat...
12 Monate vor | 2 Antworten | 0
2
AntwortenFrage
fileDatastore using for loop and scatter
Hi, I am trying to load multiple .csv files from a folder (file1.csv, file2.csv, etc). Then I would like to plot specifc varia...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find values within a contour and replace with nan
Hi, I have a contour (bathymetry) line with a column of values x, y. I also have a dataset of chlorophyll values (XX,YY,Chl) s...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
unable to find variable in ncread
Hi, Im having trouble finding variables in my nc file. First I use: ncdisp('A20150802015171.L3b_SNSP_CHL.x.nc') I get the di...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
time series, find number of times a value is reached
Hello, I have a multi-year temperature time-series. I want to know how many times temperature drops a given amount (say, 5C) o...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
time series and grouping
Hello, I have a table with multiple sites (SITE_ID) and temperature time series associated with each site. Each site has a lat...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plot each cast for each year using findgroups and splitapply
Hello, I have a dataset with temperature, depth, castID and year. For each year, there are multiple casts, and the castID is a...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
bin lat lon data and average
Hi, I am trying to bin data by lat and long, and then index the bins. I can get this far: minlat=min(lat); minlong=min(long); ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
remove selected months and years
Hi, I am trying to create a matrix where I have removed selected months and years. Here is what I have so far: dv=datevec(date...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
binning data and mapping
Hi, I am trying to bin lat/lon data into 5x5 grids, and then plot the boxes. I have 3 columns: lat, long and temperature. So...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for loops and creating new vectors
Any help with this is appreciated! I have a matrix(mytable) that is a 128x3 double, mytable(:,1)=CO2, mytable(:,2)=year mytable...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
deaseasonalize temperature data using means
I have a set of data that includes dates (years from 1995-2018 and months (1-12), where dv(:,1)=year and dv(:,2)=month. It also ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find average for each year
Hi, I have a column of years (yr) and a column of temperatures (temp). Both columns are 100000 data points long. I would like...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
find matching values from two unequal size arrays
I have two arrays of unequal length. [lat1 lon1 pCO2] say 200000 values in each column [lat2 lon2] say 100000 values in each ...
etwa 6 Jahre vor | 3 Antworten | 0