Community Profile

photo

Daphne PARLIARI


Last seen: 2年弱 前 2020 年からアクティブ

統計

  • Thankful Level 4
  • First Review

バッジを表示

Content Feed

表示方法

質問


Compare columns of different tables and extract value
Hello everyone. I want to make a loop that reads all rows of a column in my first table (Tappmax_20062100.Daily_Tappmax_Rounde...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Correct way to calculate Moving Mean for Ozone hourly values
Hello guys. I have trouble understanding various "versions" of movmean. What I want to do is calculate moving mean with 8-hour ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to manage NaN values and calculate mean under conditions
Hi guys! I need your help on that. In the attached file I have daily values of Temperature. What I want to calculate for every ...

2年以上 前 | 3 件の回答 | 0

3

回答

質問


Correlation between given day and mean of previous days
Hey guys, I would appreciate your help.... I need to find corr coef between daily mortality data and daily pollutant concentrat...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


Correlation between multiple columns of table
Hi guys! I have a table (see attached) for which I want to calculate corrcoef ([r p]) between multiple columns. Eg. between co...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Threshold exceedance, where and by how much
Hi guys! I would love your help on this one: I have an excel file (see attached) which contains daily values of ozone for thre...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Detect NaN from table
Hello! I would like your help on my issue. I have an excel file (see attached) that contains daily pollution data from 2006-201...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Create and update table into loop
Hello guys! I would appreciate your expertise on this: I have a loop that reads and does several things on a series of input d...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


Problem with datetime and daily values
Hello guys! Could you please give me a hand on this? I have the attached file which contains 5 columns: 1st- Date 2nd-Time 3...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How can I use loop to produce multiple graphs?
Hello guys! I have a simple problem but I cannot seem to be able to solve it. I want to produce 11 graphs within a loop, based ...

約3年 前 | 2 件の回答 | 0

2

回答

質問


How can I track time periods under certain criteria?
Hello everyone! I would appreciate your help on this. I have a dataset of daily counts of temperature (please find attached) fo...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to interpolate under specific condition?
Hi everyone. I would appreciate your help on this. I have a daily timeseries of temperature observations for 2006-2016. I wan...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Find missing dates in dataset and make observations NaN?
Hello and happy new year! I have a dataset (see attached) with daily values of temperature from 2013 to 2016 . Column Daily_DAT...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to add percent change in barplot?
Hello everyone and happy new year! I have a barplot (average deaths per degree of temperature, 30-37oC) to which I want to add ...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Percent increase in mortality for 1oC increase in temperature
Hello everyone. I have a timeseries of daily values of temperature and number of deaths (see attached Daily_Data_MoT.xlsx). I a...

約3年 前 | 0 件の回答 | 0

0

回答

質問


Global Heatwave and Warm Spell Toolbox (GHWT)
Hello everyone. Is anyone familiar with Global Heatwave and Warm Spell Toolbox? Details can be found here . I am trying to u...

約3年 前 | 0 件の回答 | 0

0

回答

質問


R code to MatLab?
Hello everyone! Since I have no clue about R, I would like to ask you this: There is an R code (see attaced) which will contai...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


How to run Distributed Lag Non-linear Model on dataset?
Hello everyone. I am trying to generate a certain graph that will show the relationship between a discomfort index (Tappmax, oC...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


How to import an excel file and split a column
Hello guys! I hope everyone is health and safe... I would like to ask a question please: I am trying to import some excel file...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Julian day to date
Hello everyone. I have a simple (hopefuly) question. In the attached excel file, column C contains year and column D the day of...

3年以上 前 | 1 件の回答 | 1

1

回答

質問


Graph of accummulative relative frequency (don't know the name...)
Hello guys, I hope everyone is safe and indoors these hard times. I have found a diagram that I want to produce with MatLab 20...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Assign names to excel sheets with respet to the original filenames?
Hello. I hope everyone is safe and healthy during these hard times. I have the codes lines below which help me combine 8 differ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Go from Local Time to UTC with respect to the dates I have!
Hi guys, I need your expertise on that. I have a column with dates and time (see attached) which is in Local Time Zone (Europe/...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Error using readtable, Input must be a row vector of characters or string scalar: WHERE IS YOUR PROBLEM??
Hi guys. My problem is rather common but I cannot solve it. I have several .csv files that I want to combine into one (same she...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to combine multiple files into one .csv
Hello everyone! I would really appreciate your help on the following: I have some .csv files with the exact same format (Attac...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Add a box with error metrics in plot
Hello everyone. I have a plot generated by Matlab to which I want to add a box containing some error metrics I produced by my o...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Interpolation with nearest neighbor for model evaluation
Hi all! I have to evaluate the simulated values from a numerical model (attached .csv), comparing them with actual measurements...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Ismember as a condition?
Hello guys. I am trying to achieve something easy I think, but I don't know the correct way. I have two tables, let's say WRF ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Calculation of diurnal cycle
Hi everyone! I have some .csv files (attached you can see one of them) containing hourly values of temperature and humidity fro...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Performance error metrics for measured and simulated values
Hi all! I have some files (attached please find two of them) that contain hourly measured (.txt) and simulated values (.csv) fo...

約4年 前 | 0 件の回答 | 0

0

回答

さらに読み込む