photo

Michael


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
23,893
of 300,369

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 4 answers | 0

4

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ...

13 years ago | 2 answers | 0

2

answers

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 1

1

answer