photo

Micheal Simpson


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
xlsread date reading not working
So I found that the correct code is: e = datetime(a,'ConvertFrom','excel') However, the times are off by 20-40 seconds ea...

6 years ago | 1

Question


xlsread date reading not working
I have an excel file where column C has date data in the following format: mm/dd/yyyy hh:mm:ss for example: 6/1/2017 0:...

6 years ago | 2 answers | 0

2

answers

Question


Using if/and on two separate vectors
Hello, I have two separate vectors that are the same length, let's just say A = [0 1 3 2 0], and B = [0 0 4 8 0]. I want ...

7 years ago | 1 answer | 0

1

answer

Question


appending zeros to multi-array matrix
I have a 283x283xM matrix where M may vary in size. I want the value of M to be equal to the length of a variable (let's say 'fi...

8 years ago | 2 answers | 0

2

answers

Question


x and y axes boundaries
I have a 384 x 384 (square) matrix such that the x and y axes go from 0 to 384. However, I would like the axes to go from -192 t...

8 years ago | 1 answer | 0

1

answer

Question


GUIDE next button inquiry
I have a series of images (let's say, 60) that are created in Matlab that are a 256 x 256 image. Therefore, I have a 256 x 256 x...

8 years ago | 1 answer | 0

1

answer

Question


Reading text using xlsread in a loop inquiry
I am trying to import text data from an excel file. There are only 3 letters which are possible, A, B, or C. The only method ...

8 years ago | 1 answer | 0

1

answer

Question


Matrix concatenation from different rows inquiry
In Matlab 2015b, I am trying to combine two row elements in a matrix For example, let's say I have the matrix: 1 2 3 4 ...

8 years ago | 1 answer | 0

1

answer

Question


Nested / parfor loop issue
I am currently trying to run a loop while concurrently running another loop. However, the two different loops do not match in te...

8 years ago | 1 answer | 0

1

answer