Frederick Awuah-Gyasi
Followers: 0 Following: 0
Statistica
RANK
19.614
of 295.467
REPUTAZIONE
2
CONTRIBUTI
14 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
85.71%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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' ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there a smoothing function with a coefficient that can tell the trend in my data. I used loess but is there a scaler that could tell if rising, falling or sustained
Trend in my data.
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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'...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
stacked bar graph from 3 columns
I have this table T T X Y Z 1 0 5 1 1 3 1 2 3 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaGenerate 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 ...
oltre 2 anni fa | 0
| accettato
Domanda
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, ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 1 risposta | 0