photo

Zoe


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
2 个回答

排名
9,776
of 300,853

声誉
2

贡献数
7 个提问
2 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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

3

个回答

已回答
Is it possible: Split a structure?
xInds = strcmp(Memb.INDUSTRY_SECTOR,'Basic Materials'); That works too!

14 years 前 | 0

提问


Is it possible: Split a structure?
I have a structure, Memb Memb = NAME: {963x1 cell} INDUSTRY_SECTOR: {963x1 cell} PR...

14 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

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

3

个回答