photo

Anna


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

11 Fragen
3 Antworten

RANG
23.527
of 300.343

REPUTATION
1

BEITRÄGE
11 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
63.64%

ERHALTENE STIMMEN
1

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to obtain trend p-values for each cell of a matrix?
Hello, I am trying to output the regression p-values for each cell separately. I've successfully calculated the regression co...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changing ylim properties of multiple plotyy figures
Hello, I am creating multiple figures using plotyy inside a loop. After creating the figures, I want to change the y-limits o...

mehr als 12 Jahre vor | 3 Antworten | 1

3

Antworten

Beantwortet
Removing structure field if
Thanks so much for your inputs, problem solved :)

mehr als 13 Jahre vor | 0

Frage


Removing structure field if
Hello, I have two structures with a different number of fields. Struct1 has 75 fields and Struct2 has 111 fields. I would lik...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Structure to matrix
Hello, I am trying to convert a structure with 40 fields into a single 3D matrix. I tried using struct2cell but got an error ...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab fixes figure dimensions
I'm sure this is a really trivial question but I simply can't figure out how to fix this. When I first create a figure matlab al...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Monthly to annual totals
Hello, I am hoping to convert monthly totals to annual totals using a loop. However, instead of using the calendar year (Jan-...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Finding out number of columns with no NaNs
Thanks a lot for the answer! I can't quite figure out though how to write the columns with no NaNs into a structure using the co...

fast 14 Jahre vor | 0

Frage


Finding out number of columns with no NaNs
Hello, I have a large dataset with 923 columns x 56 rows with some missing values (NaN) present. Ultimately I would like to f...

fast 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Daily to monthly values in a loop
Hello, I have 50 columns of monthly data for the years 1951-2000. However, the monthly data is in fact the daily average for ...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Data not written correctly to netcdf file
Hello, I am trying to create a netcdf file with variables 'latitude', 'longitude' and 'zeros' to create a map of the world. I...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculating annual means for different time periods
Hello, I am trying to calculate annual means from monthly data for a number of basins with different time periods. my data loo...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Loading and naming specific columns
Thank you for your replies Walter and Andrei! I used the code you supplied and it worked very well. I now have another proble...

etwa 14 Jahre vor | 0

Frage


Loading and naming specific columns
Hello, I used this code to import and name data in Matlab: for i=1951:2000 fileName=['arunoff_' num2str(i)]; dataStruct....

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten