photo

D.J


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

21 Fragen
6 Antworten

RANG
122.554
of 300.369

REPUTATION
0

BEITRÄGE
21 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
76.19%

ERHALTENE STIMMEN
0

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

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


Plotting issue re legend
Hello all, Any idea how to show different colours in the legend of my plot? both data showing with the same orange colour. ...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Prob with verification - equiv_test function
Hi all, I am trying to verify my excel calculations with matlab calculations, and I am getting a small difference which is affec...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with interpolating missing data
Hi all, I have the following data: d=[1:13]' T_Req3 = [ 26 24.6 27.3 26.4 19.3 16.1 24.3 23.3 2...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to exclude a row from a matrix
Hi all, I need to extract all data from a matrix except for one row (the 3rd from last). Say for example I have the matrix b...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Using "isfinite" to skip NAN data
Perfect results ! Thanks a lot Bruno !

etwa 7 Jahre vor | 0

Frage


Using "isfinite" to skip NAN data
Hi all, I have 2 set of data, each of which is 31*12 (31 for number of days, and 12 for months) Set1 = T3_All (%x-values...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Problem with plotting - legend
Hi all, Any idea how to show the lines in the legend show in the same colour as I defined in my code, black, green, and red? fo...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with polyfit function
Hi all, I have 2 set of data, each of which is 31*12 (31 for number of days, and 12 for months) Set1 = T3_All (%x-values...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with loading data
Hi all, I have a code that works for 28 days of each month of the year (because February has only 28 days mostly). I need to ma...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Displaying multiple values separately
Hello all, I have a code which calculates 2 values,one for a1=1217 and the other is for a2=-845.42. Although the code is work...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Question re symbol ~
Hello, Can someone please explain what does (~) mean in the following code: [num,~,raw] = xlsread(fname) This is basica...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Verification problem-absolute/relative error
Brilliant ! it worked. Thanks a lot...much appreciated !!

etwa 7 Jahre vor | 0

Frage


Verification problem-absolute/relative error
Hello all, I have 2 sets of data that I need to verify. Although they seem identical to me, but when I verify them, I get many ...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Multiple plots in one m file
Wonderful, thanks a lot for your quick help !

etwa 7 Jahre vor | 0

Frage


Multiple plots in one m file
Hello all, my .m file includes multiple plots. When I run the code only the last plot figure shows up and overwrites all previo...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Creating ASCII file with 2 columns
Hello, I am trying to create an ASCII file containing 2 columns: Date an Density. I managed to get the code to work well if I cr...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating an ASCII file - blank txt file
Hello, I am trying to create an ASCII file containing a DATE column. I managed to get the code, but the txt file I am getting i...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Problem plotting with 4 columns
Thanks a lot Jonas. I really appreciate your help !

etwa 7 Jahre vor | 0

Frage


Problem plotting with 4 columns
Hi all, I am trying to plot this function, but getting so many errors. I first got this error: "A numeric or double convertibl...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


problem with coding cumsum statement
Hi all, I am really stuck with this one ! I am trying to tell matlab to calculate at which day the cumulative rainfall reaches...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Help needed with while loop code
Hi all. I am trying to use while-loop to determine when the cumulative rainfall for a particular month exceeds 8 mm. I have a...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculating cumulative for a series of numbers
Hi all, I am trying to write a code to determine at which date the cumulative series of numbers reaches the value 6, but I have...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Multiplication function not working correctly
Hi all, I am trying to convert data from hPa to Pa by multiplying *100, but I don't seem to get the correct answer. Also, I am...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Multiplication operation is not working efficiently
Hi all, I am trying to convert data from hPa to Pa by multiplying *100, but I don't seem to get the correct answer. Also, I am...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Importing csv with dates
I tried to do the plot as suggested, I am getting the error Unrecognized variable name 'Date'. This is what I did: plot(...

etwa 7 Jahre vor | 0

| akzeptiert

Beantwortet
Importing csv with dates
You are a gem ! Thank you so much !

etwa 7 Jahre vor | 0

Frage


Importing csv with dates
Hi all. I am trying to import a csv file which includes numbers and dates using Import data > numeric matrix > Generate Function...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten