Dennis
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
211.675
of 295.467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Assign values to cell array which is preallocated with for loop
numEleIndexVector = length(freqIntervCntr); %11 numEleFreqFiltered = length(frequencyFiltered); %619 indexCell = cell(1,numEle...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Add Bar over Letter x for mean value symbol
Hey guys I got the folloving code and would love to set a bar above the letter x to get the mean-symbol. But it's not functionin...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Automatic Adjusting of xticks depending of data
Hey there, I am using a bar plot to visualize data. However some of the y-values are empty and therefore shall not be visuali...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Polyfit plot just need one line
The following code generates me this plot: [p,S] = polyfit(x,y,4); alpha=0.05; [y_fit,delta] = polyconf(p,x,S,'alpha',alp...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Get Variable from mdfObJ based on ChannelGroupNumber
I know that there is this example of a command in the vehicle network toolbox documentation. [data,time] = read(mdfObj,chanGrou...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Access data in cell and save as vector with corresponding variable name
hey there, i am creating a cell with tables in it when i read a mf4 file. (see picture 1) Thats the structure of each tab...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
How can I calculate trapz value based on an event counter and then plot it?
Hey there, the following lines of code should implement a calculation of an integral for certain events in the data. The very...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Attach new values to a matrix during loop and then get the integral with cumtrapz command
Hey there, a matrix should be initialized and filled with values of time, a signal value and the corresponding integral. the v...
ongeveer 2 jaar ago | 0 answers | 0
0
answersQuestion
Convert signals of a mf4 file to double variables
Hey guys, for a project I need to import a MF4 File and for further analysis it needs to be converted to double. It would also...
ongeveer 2 jaar ago | 2 answers | 0