photo

Ghady Hajj


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
204,726
of 300,392

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


Average code length and entropy
Hello, I have an uin16 vector and I got the Huffman code from the built-in functions in MATLAB. The thing is that the entropy o...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Using the PNG algorithm to save a .mat file
Hello, I have a (382x486) matrix and I want to save it in a compressed form. If I save this matrix as a png image I get a very ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Saving and Loading the same DICOM image increases its size!
Hello, I was doing some modifications to a DICOM image using MATLAB, and then I noticed that if I, then, save the modified im...

7 years 前 | 0 个回答 | 0

0

个回答

提问


System of equations with sparse linear equations
Hello, I have a sparse matrix A of size 65000x65000 only having 2's on the diagonal and 1's above and below the diagonal and ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I plot this square?
x = [1 1 3 3 1 1 3]; y = [4 2 2 4 4 4 2]; d1_1 = [1 3]; d1_2 = [4 2]; d2_1 = [1 3]; d2_2 = [2 4]; plot(x,y...

8 years 前 | 0