Statistics
13 Questions
0 Answers
RANK
18,051
of 295,467
REPUTATION
2
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
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
How can I return the last value of a vector?
Dear all, is there a command in Matlab, which returns the last value of a vector? In R is this command called "tail". For exa...
11 years ago | 2 answers | 1
2
answersQuestion
How can I delete a certain number of rows in a vector?
Dear all, I have a 2505*1 vector with only 1 and 0. The number 1 occurs 178 times. I want to delete the first 158 rows with an ...
11 years ago | 2 answers | 0
2
answersQuestion
How to compare two date vectors?
Dear all, I have two date vectors, which I converted with datenum. They had have the string format dd.mm.yyyy. The one vector c...
11 years ago | 1 answer | 1
1
answerQuestion
How to convert the format of a date?
Dear all, I have a vector with different dates. I converted the different dates with datenum. The format was dd:mm:yyyy mm:hh:s...
11 years ago | 1 answer | 0
1
answerQuestion
I want to find different values in different matrices at the same date???
Dear all, I have again a problem with the date. I have two different matrices with different dimensions. In the matrix jump is ...
12 years ago | 1 answer | 0
1
answerQuestion
How can I add a date vector for the x-axis of a normal plot?
Dear all, I have a 3000*2 matrix. In column 1 is the date, but the date was transformed with the command datenum, and in the ...
12 years ago | 1 answer | 0
1
answerQuestion
Delete a cell by a criterion???
Dear all, I have a cell array of 31x12x9 and in every cell is a 288x3 structure. I want to delete every cell wich has not the...
12 years ago | 3 answers | 0
3
answersQuestion
How to add a horizontal line in a bar plot????
Dear all, i use the command bar for a plot. I want to insert a horizontal line in a bar plot at y = 30. How can I do that? Th...
12 years ago | 2 answers | 0
2
answersQuestion
Sum up parts of a vector?
Dear all, I have a 105120*1 vector and I want to sum up in steps of 288. So I want to have the sum of the first 288 elements,...
12 years ago | 2 answers | 0
2
answersQuestion
Delete a cell in an array chosen by a criterion?
Dear all, I have a cell-array of 9*365. In each cell is a vector of 3*365. First I want to delete every 6th and 7th cell in eac...
12 years ago | 2 answers | 0
2
answersQuestion
Decompose a matrix into smaller matrices by the date
Dear all, I have a matrix with the dimension 946836x3 and it is a cell. The first column is the date (dd.mm.yyyy 'HH:MM:SS), ...
12 years ago | 3 answers | 0
3
answersQuestion
How to filter data?
Dear all, I want to filter a matrix by its date vector. The datevector has the format: dd.mm.yyyy HH:MM:SS. I want to sum up ...
12 years ago | 1 answer | 0
1
answerQuestion
Read a csv file???
Dear all, in the first row of the matrix are *6 variable names (time, open, high, low, close, volume)*. The format of the data ...
12 years ago | 1 answer | 0