Answered
drawing a vertical line in a plot if it is contained in the range
the way to tackle this problem is to see if the above datetime array falls between the two dates (01-Sept-2015 00:00:00 till 5-A...

meer dan 7 jaar ago | 0

Question


drawing a vertical line in a plot if it is contained in the range
I have plotted a graph with the command line: plot(x/y) Variable x is a datetime array from 01-Sept-2015 00:00:00 till 5...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Answered
changing the x axis candle stick chart
no, datetick wont allow me to insert my prespecified x-axis (variable tt). is there any other way to integrate this?

meer dan 7 jaar ago | 0

Question


changing the x axis candle stick chart
drawing this candle stick chart gives me the following error candle(col2,col3,col4,col1,'b',tt,'dd-MM-yyyy HH:mm:SS') Er...

meer dan 7 jaar ago | 3 answers | 0

3

answers

Question


joining two different datetime arrays
Assume datetime({'Mon, Apr-25-16';'Fri, Mar-25-1'},'InputFormat','eee, MMM-dd-yy') datetime({'13:00; 14:23'},'InputForm...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Answered
importing excel file time format
I have attached a sample. when I import the file then i get decimals instead of time numbers hh:mm. My purpose is to convert the...

meer dan 7 jaar ago | 0

Answered
importing excel file time format
Can anyone help me?

meer dan 7 jaar ago | 0

Answered
importing excel file time format
matlabtime=[datestr(numOnly(:,1),'HH:MM')]; that gives me a char file. i cannot convert it using the formula below. ...

meer dan 7 jaar ago | 0

Question


displaying a date variable in an email
I got a variable DATE=23.03.1955 in Matlab. I want this variable to be displayed in the subject field of the email or the text m...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


clicking on a link in matlab browser without using the mouse
assume the following code url = 'http://www.google.com'; >> web(url) How can I access the gmail link in that website wit...

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


importing excel file time format
suppose the following cell array being imported from the excel file 'Date' 'Time' 'Date' '...

bijna 8 jaar ago | 5 answers | 0

5

answers

Question


Drawing a verticle Line in a candle chart
assume the following candle chart candle(col2,col3,col4,col1) How can I draw a verticle line intersecting the x axis on...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


Finding a row with a certain condition
Assume I have the following matrix. 733458 91 1.01510000000000 1.01680000000000 1.01490000000000 1.01520000000000 1.015850...

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


run a script at a certain time
is there a function to run a script lets say every day at 15:00 ? i just want an autoclicker or any other method to execute the ...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


datetick error message when displaying dates on the x-axis
I got the datetime array t defined as below. '19-Jan-2006 05:32:00' '19-Jan-2006 05:53:00' '19-Jan-2006 06:14:00' ...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


fusing two cell array columns into one
SUppose I have two different cell arrays. How can I fuse these two into one single cell array column so that i get 19-Jan-2006 0...

bijna 8 jaar ago | 1 answer | 0

1

answer

Answered
transforming minutes into time
thanks but I need it as cell array with 05:10 not 5:10. I have to transform the charr to cell array. how do i do that

bijna 8 jaar ago | 0

Question


transforming minutes into time
let col1 contain the following values 905 990 1117 1228 1306 16 149 211 276 347 418 478 ...

bijna 8 jaar ago | 3 answers | 0

3

answers

Question


subtracting numbers from a date serial
suppose i have a matrix with the following numbers 736274 736273 736246 736245 736211 736210 736183 73...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Answered
conversion of a date/time column into serial date number and seperate time column
thanks to both of you. how do i put the newly generated column 1 and column 2 together as a matrix with the remaining 4 columns ...

meer dan 8 jaar ago | 0

Question


conversion of a date/time column into serial date number and seperate time column
I have a table in table format and it has 6 columns and 6 million rows. The first column has dates and time in such a format...

meer dan 8 jaar ago | 3 answers | 0

3

answers

Question


filtering cell array table
I want to filter the cell array column according to 'DD. mmmm YYYY' so I get only the dates. How can I do that? thanks ...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


importing an excel table with words
I got an excel table with text and numbers. The code below does not allow me to display the text properly in the matlab table. h...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Importing a table from a website
Hi guys, imagine this website http://www.dailymail.co.uk/sport/football/premier-league/fixtures.html. How can I directly imp...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


filtering a cell array according to a matrix
Imagine these two variables 'a' and 'b'. I want to filter the matrices in cell array 'b'. The matrices in cell array 'b' have 7...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


fusing matrix values within two cell arrays
The code below gives me two cell arrays mx and mn. I want the matrix values in the cell array mx to be fused with the matrix val...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


double a number within a matrix with a certain characteristic
736231 736202 736169 how can I turn this matrix into a matrix with the following characteristics: 736231 7362...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


filtering a cell array with date serial number
I have two cell arrays. Cell array one is a column that has a serial date number in every row and only one column. cell array tw...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Answered
converion of a date
i used this code >> date_num = cellfun(@datenum, check123, 'ddd, mmm-DD-YY'); check 123 is a cell array with one ...

meer dan 8 jaar ago | 0

Question


filtering a table with dates
I have a table with 3 columns. COLUMN one has a serial date number. Column two has the time and column three has a value. I want...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Load more