Community Profile

photo

Brenno Selli


UTFPR - Universidade Tecnológica Federal do Paraná

Active since 2023

Followers: 0   Following: 0

Programming Languages:
Python, C, MATLAB, HTML, CSS
Spoken Languages:
English, Spanish, Portuguese, Italian
Pronouns:
He/him
Professional Interests:
Data Analysis, Data Synthesis, Civil and Environmental Engineering, Transportation Engineering

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How can I make my code repeat with out that many lines?
I'm having trouble to make some repetition structure... My English is a bit rusty but I'll try to describe it step by step... Th...

3 months ago | 1 answer | 0

1

answer

Question


How to add a single line to my plot??
I know it seems easy, but I'm having trouble doing this. I basically need to plot horizontal lines with a length of 0.1m to th...

6 months ago | 1 answer | 0

1

answer

Question


Why can't I make a boxplot with data overlay?
Here we go... So, I have the following boxplot, the values on the X-axis are spaced by 1, which is fine and I understand why, bu...

6 months ago | 1 answer | 0

1

answer

Question


How can I identity clusters on my scatterplot?
So... I plotted the following scatterplot. There is clearly a correlation between the 3 top vehicle categories (B-SPORT, D-SDN a...

6 months ago | 2 answers | 0

2

answers

Question


Scatterplot arrays with different number of elements and tracing the trendline
So... I have 3 arrays, one is called "M_IRI" (1 row and 36 columns) and the other is called "EVAN_DSUV_FSDN_100" (3 rows and 36 ...

7 months ago | 1 answer | 0

1

answer

Question


There's a way that I can count the percentage of appearance of a number in MATLAB table??
I have this table below, I need to find a way to show how many times each letter appears at each speed and also how many times e...

1 year ago | 1 answer | 0

1

answer

Question


How to replace certain array values ​​using if, for or while?
I have this 45x10 array with vallues between 0 and 2.5, I want to replace those values with letters if certain conditions are be...

1 year ago | 1 answer | 0

1

answer

Question


How to do multiple divisions in order to generate another array?
I have this 60001x1 array called "assust", I need it to be compressed in order to obtain certain values, a few months ago I just...

1 year ago | 1 answer | 0

1

answer

Question


Index must not exceed 10, but why???
I'm in trouble with this error "Index exceeds the number of array elements. Index must not exceed 10 Error in ESTATISTICAS_DES...

1 year ago | 1 answer | 0

1

answer

Answered
How do I repeat the comand for another line
Trying again to code it to another sample, it's resultin in a error Index exceeds the number of array elements. Index must not ...

1 year ago | 0

Question


How do I repeat the comand for another line
I need to repeat the command for 10 lines so that the array is 10x60001 The code is dt = dx1./v; tempo = [0:dt(:,1):(length(...

1 year ago | 2 answers | 0

2

answers