photo

Michael


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
23,893
of 300,417

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to convert a vector of integers to a vector of characters?
Hi - I have a vector of ints, typically 0/1, like this: [0 0 0 0 1 0 0 0 0 1] and I want to get this: ['0' '0' '0' '0'...

12 years 前 | 4 个回答 | 0

4

个回答

提问


Matrix element counting by rows, histograms, etc.
Hi -- this is kind of tricky. I am using a 2D array (matrix) to store some information. The first n-1 columns hold indexes of ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Pad a character array with n zeros
I know there are formatting tools to pad a certain number of zeros to a number when printing it -- I may be able to use that in ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


randsample issues and generating random numbers from large populations
The randsample function is pretty handy -- I supply a population in a vector and a number of samples I'd like drawn uniformly wi...

14 years 前 | 3 个回答 | 0

3

个回答

提问


How to count patterns in matrix rows?
I have some large, ternary matrices encoding sum-of-products representations of logic functions -- so they have zeros, ones and ...

14 years 前 | 1 个回答 | 1

1

个回答