![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9723207_1522133927132_DEF.jpg)
Ghady Hajj
2017 年からアクティブ
Followers: 0 Following: 0
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...
6年以上 前 | 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 ...
6年以上 前 | 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...
6年以上 前 | 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 ...
6年以上 前 | 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...
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...
約7年 前 | 0