Community Profile

photo

Frederick Awuah-Gyasi


Last seen: 10 maanden ago Active since 2022

Statistics

  • First Answer
  • Thankful Level 3

View badges

Content Feed

View by

Question


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 maanden ago | 2 answers | 0

2

answers

Question


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 maanden ago | 1 answer | 0

1

answer

Question


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' ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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'...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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

bijna 2 jaar ago | 1 answer | 0

1

answer

Answered
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 ...

bijna 2 jaar ago | 0

| accepted

Question


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, ...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


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 ...

bijna 2 jaar ago | 2 answers | 0

2

answers

Question


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 ...

bijna 2 jaar ago | 2 answers | 0

2

answers

Question


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...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 2 jaar ago | 2 answers | 0

2

answers

Question


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...

ongeveer 2 jaar ago | 1 answer | 0

1

answer