photo

Rosario Frontino


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
1 个回答

排名
265,918
of 300,863

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Binary numbers into array
Solved. If anyone's curious: bitStream = {}; for i=1:N value = str2num(n(i)); bitStream(i) = ret(3,value); end

4 years 前 | 0

| 已接受

提问


Binary numbers into array
I have a string n of N numbers (like '21325231214523234322' ) and their respective Huffman code ( {'10' } {'01' } {'...

4 years 前 | 2 个回答 | 0

2

个回答