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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
