photo

Ghady Hajj


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
110,233
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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 Answer

View badges

Feeds

View by

Question


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

1

answer

Question


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

2

answers

Question


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

0

answers

Question


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

1

answer

Answered
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 years ago | 0