photo

Michael


2011 年からアクティブ

Followers: 0   Following: 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'...

11年以上 前 | 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 ...

約12年 前 | 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 ...

12年以上 前 | 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...

12年以上 前 | 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 ...

12年以上 前 | 1 件の回答 | 1

1

回答