Feeds
답변 있음
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...
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...
거의 8년 전 | 1
질문
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:...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
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 ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
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...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
