Joel
Followers: 0 Following: 0
Statistica
21 Domande
0 Risposte
RANK
222.437
of 295.527
REPUTAZIONE
0
CONTRIBUTI
21 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 154.057
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
Finding max peak between two datetime values
Hi I have a cluster of peaks that I want to make into one, but this is an issue. I have a function crossing_V7 that identifie...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
Finding correct MinPeakDistance using for loop
I am trying to find the peaks when a signal (EFFEKT) exceeds a threshold (Abonnemang) EFFEKT is an 8760x1 double, containing a ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Error when using findpeaks for different limits
Hi I have a script identifying peaks in a curve (EFFEKT). The following part of the script smoothens out the peaks; if there ...
oltre un anno fa | 0 risposte | 0
0
risposteDomanda
Error when using findpeaks for different limits
Hi I have a script identifying peaks in a curve (EFFEKT). The following part of the script smoothens out the peaks; if there ar...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Copy variables into excel smoothly
I have a variable A: 24.3712410000000 24.2311330000000 23.4083360000000 24.2096500000000 23.6800080000000 23.2512100000000...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Converting datenum to datetime when using writetable
Hi all I want to export some datetime data to excel. I dont know how. In addition, for certain years, there are no values. I s...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Merging empty vector with double
Hi I have two vectors: 9x1 A=[1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9] B=[] I want to compare A and B in the same matrix. Like ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Run function multiple times
Hi I have the following function and input Abonnemang=24200; filename="Data.xlsx" [max_val,t0_pos1,peak_width]=FLEXfun(Abonn...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Run matlab function in excel
I have the following cells in an excell sheet: Power Year 24200 2021 Power is an input number. Under Yea...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
remove decimals from title when using sprintf
I have this to my figure Q=2021; %year plot(x,y) title(sprintf('text %f',Q)) But the title is text 2021.00000000 ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Run matlab with excel
Hi I want to run MATLAB scripts from excel. I have this script that reads data from another excel file and use input variables ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Input and output in excel
Hi I would like to type in a couple of variables in excel as input in excel. On the next sheet in the Excel file, I would li...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Remove quotation sign from values in cell
I have a 730x1 cell looking like this: '1.3' '1.0' '0.2' '0.9' '-0.4' '-1.0' >> u{1} ans = '1.3' How do I remo...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Unable to read excel file
Hi I'm unable to read this excel file. I tried restarting my computer, but it does not work. Anybody knows what the issue coul...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Making two peaks into one
Hi How can I make two peaking values into the highest. I have these vectors (one double and one duration) showing the duration...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Making a datetime vector with a leap year
Hi all I have some code making a 8760x1 datetime vector containing every hour of the year dt = datetime(2021,1,1:365); et...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
Measure duration of peaks in graoh
Hi all In the plot below I have one value for every hour of the year. You can click on them to show a label expressing when the...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Run MATLAB from excel
Hi all I am wondering if you can run a script when operating in excel? In MATLAB, I import data from excel like this Data...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Modify the labels an axis in plot
I have a 8760x1 double (TIMVARDEN). One value for each hour of the year. I typed plot([1:744],TIMVARDEN(1:744,1)) ylabel('kW'...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
Read excel file correctly
I have an excel file that shows 24 values for every day of the year. However, there exists empty rows that needs to be removed. ...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
plot many variables from table
I have a 8760x2 table containing every hour of the year and a variable for each hour: ta=[array2table(t) array2table(TIMVARDEN)...
oltre un anno fa | 1 risposta | 0