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'...
거의 13년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 1

