Statistics
RANK
257,500
of 300,753
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,075
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,858
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can I use a variable for formatting?
Hi. I have this line of code: address = num2str(str2double(string(dec2bin(find(strcmp(dictionary,content(1:end-1)))))),'%04d')...
3 years ago | 1 answer | 0
1
answerQuestion
Legend colors match with plot
Hi. I have a for loop in which I plot some curves with different colors. P=[0.25 0.25 0.2 0.15 0.15]; color = {'r','c','g','y'...
3 years ago | 1 answer | 0
1
answerBinary numbers into array
Solved. If anyone's curious: bitStream = {}; for i=1:N value = str2num(n(i)); bitStream(i) = ret(3,value); end
3 years ago | 0
| accepted
Question
Binary numbers into array
I have a string n of N numbers (like '21325231214523234322' ) and their respective Huffman code ( {'10' } {'01' } {'...
3 years ago | 2 answers | 0
