Feeds
질문
How to reverse datenum?
SOS: How to convert serial date number back to date, in the format of mm/dd/yyyy? Thanks SO MUCH!!
14년 초과 전 | 답변 수: 3 | 1
3
답변답변 있음
Is it possible: Split a structure?
xInds = strcmp(Memb.INDUSTRY_SECTOR,'Basic Materials'); That works too!
Is it possible: Split a structure?
xInds = strcmp(Memb.INDUSTRY_SECTOR,'Basic Materials'); That works too!
14년 초과 전 | 0
질문
Is it possible: Split a structure?
I have a structure, Memb Memb = NAME: {963x1 cell} INDUSTRY_SECTOR: {963x1 cell} PR...
14년 초과 전 | 답변 수: 4 | 0
4
답변질문
Other uses of the unique function
I'd like to get a unique combo of the two columns. In my data set, both two columns are sorted, e.g. a = [ 1 2; 1 2;...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
SOS: How to use datenum for a vector ??
today = datenum('20110609','yyyymmdd'); today = 734663 D = 20110609; d = datenum('D','yyyymmdd') d = 734504 Why...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
Get tenor between two time points
In excel, if some cells are in the format of date, then the difference of the cells gives you the tenor. How can I do that in ...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
How could I cut a matrix into subgroups?
How could I cut a matrix into several small groups according to the 1st column, and I don't know how many subgroups I may get an...
14년 초과 전 | 답변 수: 2 | 1
2
답변답변 있음
How to use textscan to read data with missing values?
Thanks for all! And the problem solved. The delimiter is actually tab. My answer is: Data = textscan(FID, '%f%f%f%f', 'Delim...
How to use textscan to read data with missing values?
Thanks for all! And the problem solved. The delimiter is actually tab. My answer is: Data = textscan(FID, '%f%f%f%f', 'Delim...
14년 초과 전 | 0
질문
How to use textscan to read data with missing values?
I found it is not possible to use textscan to import a .txt file while the data itself contains missing values. So for examp...
14년 초과 전 | 답변 수: 3 | 0
