Question


I want annual data from monthly data (sum of every 12 months)
Hey all, I have a 1 x3 cell which contains 3 tables (360x3). In each table, there is a "dates" column (MM/DD/YYYY) and precipi...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Is it possible to write a loop for doing this?
Hi, I don't know how to write a for loop to do this using some for loops in order to reduce lines: nCELL = numel(MERRA2_selecte...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Converting arrays in a cell to tables
Hey all, I want to know how I can convert all cell arrays in mycell.mat to table?so at the end I would have a cell that have tab...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Select only January and April months among 30 years monthly data (how to filter?)
Hey all, I have a cell (1 x 92) which includes 92 tables . In each table I have a column named dates. I want to filter the whol...

mer än 4 år ago | 0 answers | 0

0

answers

Question


Monthly data to seasonal using sum (how to use splitapply)
Hi, I wish you are safe and healthy! I have a 1 x 3 cell with three 360 x 3 table. Each table has a column date with 30 years ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Is griddedinterpolant omits NaN?
Hey all, I want to know when we using griddedinterpolant while we have some NaN in our data set, are they NaNs fills by gridded...

mer än 4 år ago | 1 answer | 0

1

answer

Answered
how do I locate a question I asked a few days ago?
Hello, Click on the My Community Profile button on the top right of the page Then you can see list of your question.

mer än 4 år ago | 0

Question


how to write a for loop in this case?
Hey all, I have a 30x1 cell. I want to convert these hourly cells to daily so I used this line: daily_tmax = squeeze(mean(resh...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Delete part of the third dimension for arrays that store in the cell
Hello all, If I had just one 3d array I know I can use: new = 3darray(:,:,2:end) In order to delete the first number of the t...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Convert hourly temperature data into daily in the specific time interval
I have a 3d matrix (81x69x8760). In essence, 8760 is hours of one year or 8784 if it was a leap year. I would like to get daily ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Converting hourly arrays to daily
Hey all, I hope you are well! I have a 31 x 1 cell which includes 3D arrays (81x69x8760 or 8784 in leap years); The 81 is longi...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Multiplying by the number of the day of each month in a cell arrays
Hey all, I have a 1 x 8 cell which includes tables. In each table, there is the date column and the results column. In each row...

mer än 4 år ago | 2 answers | 0

2

answers

Answered
Joining tables stored in a cell array
I think you are looking for vertcat, Result = vertcat(Data{:});

mer än 4 år ago | 7

| accepted

Question


An error when using the load command
Hey all, I hope you are safe and healthy. I have a little problem with reading a NetCDF from another directory rather than the ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Interpolation data to achieve gridded latitude and longitude when I have 360 month
Hey all, I have a table that has four columns (longitude, latitude, date, and observed_value). In my table latitude and longitu...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Convert 2D data to 3D matrix
I have a 34200 x 4 table. This table shows the 30 years monthly amount of pr (precipitation) in some latitudes and longitudes. ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Selecting parts of gridded data- I Need Help. I want to know it's possible or not?
Hey all hope you have a good time, I have a (1 x 1171) cell which includes tables. Each table has a specific latitude and longi...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Plot grided latitude and longitude as pixels on map
I want to plot gridded latitude and longitude as pixels on the map, Latitude is 1 x 32 and longitude is 1 x 40 I don't know how ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Am I doing this right? (a Math formula to Matlab language)
I needed to calculate this formula: So I wrote a function in order to do that: (P is x and P^ is y): function NS = nash_sa...

mer än 4 år ago | 2 answers | 0

2

answers

Question


I wrote a function for a math formula, may I ask you please check my code?
Hey all, For my research, I needed to calculate some formula, So I searched everywhere, including Matlab file exchange and find...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to modify and improve this for-loop that I wrote?
Hey all, I have a cell that includes some tables. In each table, I have the rrr24 column and PRECIP column. I want to calculate...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Error using tabular/addvars (line 174) Variables must have the same number of rows as the table they are being added to.
Hi, I have two cells, which include tables. I want to create a new cell and merges one-by-one tables into it. For example, the ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Finding nearest tables based on latitude and longitude columns
Hey all I have two cells; cell A and cell B. Cell A is 11 x 1, and cell B is 200 x 1. These cells include tables. Each table i...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Multiply number of days for each month to data column
Hello, I have a 1 x 10 cell which includes 10 tables. In all tables I have the date column and precip column. Dates are in month...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to add a sequential number in a column of tables cell?
Hey all, I have a 1 x 1280 cell which includes tables. In all tables, I want to add a number after the word that wrote in the fi...

mer än 4 år ago | 1 answer | 0

1

answer

Answered
Go through the table with a loop and change values
I think you won't need to use for loop. If A is the name of the table, then you can just use: A= readtable('dataset.csv'); A...

mer än 4 år ago | 0

Answered
Sub-plots properties
Hello SS, First I recommend reading this useful documentation. In this case you want 4 subplots, so you subplots should be in ...

mer än 4 år ago | 0

| accepted

Answered
How to add a greek letter as part of the xlabel
Dear H LIU, You need to type like this: xlabel(['{Other part of the sentense}' char(949)]) Further, if you want using subersc...

mer än 4 år ago | 0

| accepted

Answered
Help me in fuzzy??
Hello, Do you have Fuzzy Logic Toolbox? fuzzy is a command in Fuzzy Logic Toolbox. You need to have this toolbox. Type: ver ...

mer än 4 år ago | 1

Question


fillmissing if the amount of NaN smaller than 15% in all table.
Hello, I have a cell named NewC2LatLon. This cell including 1200 tables. I want to check the “precip” column of each table and ...

mer än 4 år ago | 1 answer | 0

1

answer

Load more