
Joel
Followers: 0 Following: 0
統計
MATLAB Answers
21 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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 ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年弱 前 | 0 件の回答 | 0
0
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
Copy variables into excel smoothly
I have a variable A: 24.3712410000000 24.2311330000000 23.4083360000000 24.2096500000000 23.6800080000000 23.2512100000000...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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'...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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. ...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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)...
2年弱 前 | 1 件の回答 | 0