Maja Zdulska
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
210.375
of 295.689
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
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
Extending regression lines beyond data span
Hi everyone, I'm working on a code that would predict Arctic ice coverage during the rest of the 21st century, like so: %load ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Turning a function into anonymous function
Hi everyone, I have this piece of code: T_0 = 100; % initial temperature (deg C) T_a = 10; % temperature of water used for co...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
if statement in a function
Hi everyone, I'm trying to create a function that will calculate wind direction from wind speed vectors u and v. I have the cod...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Calculating trend rate of change
Hi everyone, I'm currently analysing a time series of data (see code below). I've fitted a trendline into it but I would like ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting subsets of a large dataset
Hi all, I'm trying to create a code that would enable me to plot subsets of my data (sample attached). I want to be able to div...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Transforming a script into a function with multiple inputs
Hi everyone, I'm working on a wave dataset stored in a .csv format (I've attached a sample to this post). I'm using the 2019b e...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Splitting date in a table into different columns
Hi all, I'm using the 2019b version of Matlab and I'm currently handling a large dataset in a .csv format, which looks like thi...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Averaging subsets of a large dataset
Hello Masters of Matlab! I have a number of large files with datasets arranged like this: ID Latitude Longitude Date GTDHZZ01 ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Get the numbers of rows where values change
Hi, I have an array of data, structured like this: Latitude Longitude Height 23 54 7 23 54 3 23 54 8 23 55 ...
mehr als 4 Jahre vor | 2 Antworten | 0