Community Profile

photo

Sarah Yun


Last seen: alrededor de 4 años hace Con actividad desde 2019

Estadísticas

  • Thankful Level 4

Ver insignias

Content Feed

Ver por

Pregunta


How to compare data
Hello, I have data for the size of rocks for two independent locations, A and B. Data lists rock size from smallest to largest...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change axis colour matlab
Hi, I want a black figure background and white figure axis. subplot(2, 2, [1 3]); hold on plotc(X, Y); xlabel('UTM Eastin...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Change value for another value
I have some 99999 values in my array. I want to change all of them to 0. Is there code to change all the values at once? ...

alrededor de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Interpolate 1 array to another
Hello, I want to interpolate a 5x9000 numeric array onto a 2000x3000 numeric array. Other words, I want both arrays the same...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Subplot, 1 large and 2 small
Hello, Is it possible to make a subplot that look like this: What is code?

alrededor de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Data interpolation from array
Hello, I have 5 columns of normalised snow fall data (between 0 and 1). All 5 column are 9000 rows long. I want to interpolate...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Normalise data in Matlab
Hi, I have rainfall time-series data for 5 sites (five columns in MATLAB) around a neighbourhood. This data spans 40 years. ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Weight data for function
Hi, I am using chi transform function for DTM. c = chitransform(S,A); where S = STREAMobj and A = flow accumulation I ha...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


find relationship between age and events
I have 6 ages. Example, 5000, 7550 years before present and so on. I have put these ages on a graph going back approx 15,000 ye...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot multivatiate regression model
Hello, I have a simple multivariate linear regression model 3 variables y variable is profit 2 x-variables, sales and refu...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Cross tabulation row percentages
Hello, I have a table with 4 columns and 5 rows I want to display the row values as percentages example date ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


add uncertainty line graph
is there option to add a 'band' or 'lines' around a line on a graph to show 2% uncertainty associated with the values that make ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


subplot code in matlab
What is subplot code to make 3 graphs show like X X X where X is graph thank you

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


making a grouping variable
Hello, I want to make group variable so I can do kruskal-wallis test between two columns of unequal size % Make 2 columns f...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


kruskalwallis test, mean or median?
Hello, Does kruskalwallis test difference of the MEAN or MEDIAN between 2 groups? Which should I use, mean or median? Why? ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Correlation, unequal row size
I have two variables, Sales Satisfaction Sales column is 55 rows long Satisfaction column is 61 columns long I want to do...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Group data for location
Hello, I have sales data column for 3 indepedent stores, A, B and C, in 3 seperate tables I want to merge table A and B an...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Interpolate from monthly to annual time series
Hi, I have irregular spaced montly sales data - 2 values for 2 months, 1 value for another month etc i want to interpolate thi...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fill missing cells NANs
Hi, I imported data from textfile using data editor. Some cells are <missing data> This is string data. All cells must be ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


subplot code bar chart
Hello - what is the code to display 9 bar charts on a single plot? subplot(3, 3, 1) subplot(3, 3, 2) subplot(3, 3, 3) This...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


timetable 2 table error
Hello, I want to convert a timetable to an array for display on plot N = timetable2table(A 'ConvertRowTimes',true); N = table...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove ' from table
Hi, I used the 'readtable' function to read a textfile in Matlab and every value in every cell now has a ' around it e.g. '2015...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Interpolate to monthly time series
Hello, I have a timeseries of time against temperature - smallest unit of time is hour I want to interpolate so the month is...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


converting dates in textfile
Hello, I am having problems trying to covert the dates from the first column on a textfile, called A 1880 ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


cross correlation time series
Hello, I have 4 time series - they show temperature anomolies since around 1950. They oscilate around 0. Is it possible to in...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Correlate time-series
Hi, I have timeseries data that oscillates around 0 (from -2 to +2) for 50 years. I want to correlate this with temperature da...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add 10th and 90th percentile line
Hi, I have timeseries temperature data for 1950 to 2010 I must add a 10th and 90th percentile trend line on a figure i.e. to h...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ANOVA test between decades
Hi, I want to run ANOVA test between decade means There are 9 decades, from years 1990 to 2000 (i.e. 1900 - 1910 etc) and 9 me...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Values over 1000 use e
Hi, I have values in a column Matlab changes values over 1000 to strange format with e 1.1102e+03 997.652882707152 How ca...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Replace value with another value
Hi, I have a list of data in a column There are some values which are -1 How can I replace the -1 values in the column wi...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Cargar más