photo

Nesha Wright


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
2 Antworten

RANG
278.354
of 301.537

REPUTATION
0

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
77.78%

ERHALTENE STIMMEN
0

RANG
 of 21.318

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 175.234

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How do i know to which graph i'm plotting?
To concatenate then use the command 'cat', to plot both 'plot(catdata)' or use the command 'hold on' if you decide not to concat...

fast 8 Jahre vor | 0

Frage


Illegal use of "end" error when I run the following code. What am I doing wrong?
Likely I am missing something obvious... for n = 1:2015 aggRF(n-1) = (-1.3e-6.*((CH4(n)-CH4(1))/2)-8.2e-6*n+.043)...%CH...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to call a value from a file within an equation?
I have the equation : aggRF(n)=(-1.3e-6.*(('CH4(n)'-'CH4(0'))/2)-8.2e-6*n+.043)*(sqrt(CH4(n)-sqrt(CH4(0)))) How do I c...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create a .nc file from netcdf data so that I can draw single values from
Have columns of .nc data, I need to be able to put multiple columns into a single file (Was thinking .nc file). I then want to b...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to add a column of numbers to a text file which already exists, how?
I have a file with columns headers years, emissions and I want to add 'land'. The years run from 1750-2014. For the years 1959-2...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why do I need to divide by 12 in the second line to make it equal to line 1?
year_avg = mean(sum(sum(sum(dl,1),2),3),4); year_avg= mean(sum(dl(:)))/12;

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I get the sum of the averages for a specific time step?
thank you!

fast 8 Jahre vor | 0

Frage


How do I get the sum of the averages for a specific time step?
I am using: mean_time = sum(mean(mean(mean(total)))); to get the sum of the averages of a 4D matrix. How do I change this to ge...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do you get a global average at each time step so they can be summed?
I have a 4D array of emissions. I want the average emissions at each time step so that I can then sum all of these averages and ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I sum over one dimension of a multidimensional array?
I have four dimensions in a netcdf file: lat, long, sector and time. I want to sum over JUST sector. Is there a simple command t...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do I sum over multiple dimensions? I want my final result to be a average with respect to area not the number of grids.
When I use the sum command it sums the rows (A=sum(b)). I want a global average (emissions/space) as my final value and I keep g...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten