Community Profile

photo

Frederick Awuah-Gyasi


Last seen: 10 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • First Answer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to calculate mean of standard deviation (mean deviation) in a table
With the table below how do I find the players mean_score and standard deviation. what I tried. now quite sure how to handle t...

11 Monate vor | 2 Antworten | 0

2

Antworten

Frage


How to combine boxplots from Anova into subplots
I have three plots I want to combine this way but each anova1 produces 2 figures : a table and box plot and i'm not quite gettin...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Join tables on closest dates
CB = { 1.1 2.4 '16-Dec-2021 14:36:02' 1.1 2.5 '16-Dec-2021 14:46:17' 1.2 2.6 '16-Dec-2021 14:56:32' ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Timeline plot of GPS (Latitude and Longitude) data - Plot GPS overtime.
In table A i do have Year, Month, Day, Hour, Minute, Sec, Latitude, Longitude, Altitude. I have a plot of the gps coordinates ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Display text label on top of grouped bar plots
Add column E as labels over the bars Code below: related question % Set up the problem by recreating the table. A = [ '0'...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


error bar on group plot :X-data must be the same size as Y-data.
% Set up the problem by recreating the table. A = [ 0 0 1 1 2 2 3 3]'; B = ['0' '1' '0' '1' '0' '1' '0' '1']'; C = [2 11 32 3...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


stacked bar graph from 3 columns
I have this table T T X Y Z 1 0 5 1 1 3 1 2 3 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Generate animation(mp4) from for loop with plot
Fixed. Create a sub table for each set in column X and use the same code. Worked. Thanks all. CA = {'A' 1 0 3 ...

fast 2 Jahre vor | 0

| akzeptiert

Frage


Generate animation(mp4) from for loop with plot
This code produces/generates 6 plots A1, A2, B1, B2, C1, C3. I am trying to produce 3 animations one for A1&A2, another for B1, ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cross product of two tables without common key
tables 1 Name A B C table2 Number Count 1 0 2 0 3 0 4 0 I want Name Number ...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


cumulative sum table over group
tableA Name Day Color Quantity A 1 0 3 A 1 2 3 A 1 3 3 A 2 0 2 A ...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Find min and max datetime in table
table A , Datetime, 2 05/20/22 2 05/20/23 3 04/12/99 3 06/12/02 the goal is to have two more columns with min and max d...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Three columns (x,y,z) in table, Loop through table for each X plot Y vs Z
table X Y Z A 1 3 A 2 4 A 3 10 B 1 4 B 2 4 B 4 6 C 0 1 C 1 4 C 2 5 C 3 7 C 4 8 in this scenario the...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Bar Graph from a table : Error Xdata must be unique
A B C 0 '0' 2 0 '1' 11 1 '0' 32 1 '1' 33 2 '0' 38 2 '1' 31 3 '0' 47 3 '1' 39 Want to have C on the Y axis, X...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort