Community Profile

photo

Pul


Last seen: 6 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 4
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I solve this error?
Hello everyone, I'm not able to plot this because I get an error without explanation. Can anyone help me, please? Thank you!...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why am I not able to plot this?
Hello everyone, can anyone help me plot this, please? I get an error at the first line. Thank you very much function output ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I see the right labels on x-axis?
Hello everyone, why do I got this error and I can't see the right labels on my plot? Can anyone help me please? Thank you. l...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I change the tick values on x axis?
Hello everyone, I would like to put the tick label on x axis every 2 years instead of every 5 years. How can I do it? Thank yo...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Does anyone know how to create graphics of the same size?
Hello everyone, I should create graphics of the same size and save them in pdf format. How can I do it? Thank you!

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I start the cumulative from a specific year?
Hello everyone, I would need that my cumulative sum to start from 2015 instead of 1998; how can I do it? load('DATI_ECM_GIORNA...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I calculate the cumulative sum of this file?
Hello everyone, I should calculate the cumulate of the column 4, from 2015 until 2020. How can I do it? Thank you!

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I delete this data on the graph?
Hello everyone, for the wind percentage I don't want to plot the 1st value and the last value that you can see in the plot. I t...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error with the division
Hello everyone, load('DATI_MAR_ANNUALI'); load('DATA_ECM'); a=DATIMARannuali; b=DATIECMWFannuali; c=(a-b)./a d=c*100 thi...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I save graphics as pdf?
Hello everyone, I'd like to save graphics as pdf and I tried in this way, but I can't get what I have to write instead of "myfi...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I remove lines connecting markers?
Hello everyone, I would like to remove the lines connecting markers and keeping just the markers (triangles,circles and asteri...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Does anyone know how can I create the colours brown,violet and orange?
Yes, I tried, but it didn't work.

mehr als 2 Jahre vor | 0

Frage


Does anyone know how can I create the colours brown,violet and orange?
Hello everyone, I would like to change the colors "yellow" into brown, violet and orange in my script (obviously, in three diff...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Problem with plotting with 3 different y axes
Hello everyone, I tried to plot this with three different y axes, but I don't get the plot. load('giulia_year') x=giulia_ye...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I plot this with two different colors?
Hello everyone, i should plot this line with 2 different color:until 2010 it should be light blue and the other part green (in...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I create three different axis?
Hello everyone, I should plot three different quantities with three different axes in just one graph; how I can do it? plo...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I transform these data in timetable?
Hello everyone, I should transform the first 3 column in timetable ( 1 Jan 1998, 1 Jan 1999 ecc...). How can I do it? Thank...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I make this line start from a specific date?
Hello everyone, How can I make the magenta line start from a specific date (14 Jan 2015) in the graph, instead of 1 Jan 1998? ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I create this kind of graph?
Hello everyone, Does anyone know how can I create a graph like the attached "example"? Because I created a graph in Excel ("Im...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I plot this?
Hello everyone, I should plot the magenta data (Cum_smbp.SMB_mpmm) until 30/1/2019. I tried in this way: plot(DTv,table2array...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I solve this problem while plotting?
Hello everyone, thanks to a member of this community, I found a way to do the differences between years. The problem is that wh...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why when I do the cumulative with retime, data don't change?
Hello everyone, when I use retime for doing the cumulative, values remain the same. (If you see data in 'DATI_ECM_GIORNALIERI'...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why this variable doesn't appear?
Hello everyone, I'm trying to do a cumulate of 'DATI_ECM_GIORNALIERI' but the variable doesn't appear. Then, I only have to pl...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why do I get this error while plotting this?
Hello everyone, I would like to plot the first plot you can see here with the "%other plots" that you see in the code, but I g...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I do the cumulative?
Hello everyone, I should calculate the cumulative of daily data. Then I should do a monthly cumulative and finally, the yearly...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I change the interval on the y-axis?
set(gca, 'ylim', [0 1400]); set(gca, 'ytick', 0:25:1400); Yeah, I know. I tried in this way (every 25). But if I don't want t...

mehr als 2 Jahre vor | 0

Frage


How can I change the interval on the y-axis?
Hello everyone, how can I change the interval on the y-axis? For istance, if I want to put an interval every 25 or 50. Thank ...

mehr als 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Does anyone know how to create colors?
Hello everyone, How can I create/ have different colors from the standard ones (i.g. 'g','r','b','m'...)? Thank you.

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I solve this little error?
Hello everyone, I get this little error while plotting (plot (datetimeDATIMAR and datetimeDATIECMWF). How can I solve it? Tha...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I transform these data into seasonal data?
Hello everyone, I should transform monthly data into seasonal data and yearly data into seasonal data: [1) December-January; 2)...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden