Community Profile

photo

Kofial


Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to calculate the response time of an instrument based on a second?
% The second instrument has the correct values. I would like to know how delayed (in seconds or minutes) is the first one? % ...

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

1

respuesta

Pregunta


How to calculate the quantiles/percentiles values for each hour?
I calculate with this code the quantile points of all the data. Data=[1.5 2.3 2.5 4 6.2 7.1 8]; First_data = quantile(Data, [...

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

1

respuesta

Pregunta


How to flip the data upside down without flipping the axes?
x = [1 2 3]; y= [6 13 11]; plot(x,y) set(gca,'Ydir','reverse') I tried this code but it flips the y axis. I want to ke...

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

1

respuesta

Pregunta


How can I modify negative values from two datasets based on a positive given one?
Hi. I need some help. I wrote this code to fix two datas(First_data,Second_data) based on another one(Third_data). The datasets...

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

1

respuesta

Pregunta


How to save in separate variables the new values from a loop?
I have these data: CO_ppb_Picarro= [27 30 28 32 30 31] ; %1x6 double mean_vec_CO_1= [27 31 28 NaN NaN NaN] ; %1x6 double me...

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

2

respuestas

Pregunta


How do to get a specific time from datetime format in Matlab?
I have these data: x=(17-Apr-2020 06:59:00,17-Apr-2020 07:00:00,17-Apr-2020 07:01:00,17-Apr-2020,07:02:0017-Apr-2020,07:03:00) ...

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

1

respuesta

Pregunta


How to find the linear regression of two data sets with different times and different size?
I have two data sets: A = [27 30 28 32 30] 1x5 double that is measured during the time Time_A=[00:38:00 00:39:00 00:40:00 00...

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

1

respuesta

Pregunta


Express data in percentage
Hi everyone. I need some help with smth that looks easy but I can't solve it. I need to convert and express the y axis (LWP)...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find linear correlation and how to add a horizontal average line when the dimensions of arrays being concatenated are not consistent?
B4= (151.4 150.2 142.2 152.8 152.2 150.1 152.3 150.1); B5= (547.1 548.5 548.1 544.4 531.5);

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

1

respuesta

Pregunta


Calc of mean and standard deviation
Hi. I have A = [1,-1,0,6,8,9] B = [1,-2,0,-6,8,9] C = [-2,-1,0,6,8,9] How can I calc the mean of three of them (excluding...

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

2

respuestas

Pregunta


How to get a specific time frame from datetime?
I have data on this time frame: Time = [11-Sep-2019 08:10:45' 11-Sep-2019 09:10:45' '11-Sep-2019 18:10:47' '11-Sep-2019 20:10:4...

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

1

respuesta

Pregunta


How to get specific data from specified rows and variables in a table?
I have created this table Sensor_type=["COB4_St1";"COB4_St2";"COB4_St3";"COB4_St4";"COB4_St5";"COB4_St6";"NOB4_St1";"NOB4_St2";...

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

2

respuestas

Respondida
How can I open multiple bin files from one folder with uigetfile command?
Hi. You were right, was a problem of the system. Sorry Im still new in matlab and Im still trying to learn . When I use your su...

más de 4 años hace | 0

Pregunta


How can I open multiple bin files from one folder with uigetfile command?
Here is the code for one file. [filename, pathname] = uigetfile('*.bin', 'Drohnenmessdatei auswahlen'); if isequal(filenam...

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

2

respuestas

Pregunta


How can I use switch case function to get decimal numbers?
M% Temperatur_C = [13,6169 14,5432 15,2356 17,2456 18,1887 19.9874 21,2765] % Coeff -30C -20 -10 0 10 2...

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

1

respuesta