![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11219352_1530267443496_DEF.jpg)
Kofial
Followers: 0 Following: 0
Statistica
RANK
157.985
of 297.010
REPUTAZIONE
0
CONTRIBUTI
14 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
71.43%
VOTI RICEVUTI
0
RANK
of 157.687
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 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? % ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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, [...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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) ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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);
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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";...
circa 5 anni fa | 2 risposte | 0
2
risposteHow 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...
circa 5 anni fa | 0
Domanda
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...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0