Hiroshi Nakamura
Followers: 0 Following: 0
Statistiques
RANG
21 085
of 295 467
RÉPUTATION
2
CONTRIBUTIONS
5 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Need help on my DCT and Quantization code for Image Compression.
Just in case you're wondering after running the code, I2 looks like this :- <</matlabcentral/answers/uploaded_files/31016/c...
plus de 9 ans il y a | 0
Question
Need help on my DCT and Quantization code for Image Compression.
Hello guys, I would really appreciate it if anyone could point out the mistakes in my code. I am trying to encode and decode a...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
Help with Huffman Coding for MPEG Encoder
Hello guys, I have a problem with my so-called Huffman encoding MATLAB code. Instead of using the built-in functions (ie huffm...
plus de 9 ans il y a | 1 réponse | 0
0
réponseTranslating MATLAB code into C
Thank you so much Walter! I really appreciate it! One more question. What are y and x again in you loop? Also if I were to do ...
plus de 9 ans il y a | 0
Question
Translating MATLAB code into C
Hello guys, I was just wondering if anyone can help translate my code into C as *I don't have MATLAB Coder* . I am more familia...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
MATLAB Coder Error : Output argument 'b' is not assigned on some execution paths? Help!
Hello guys! I am trying to convert the following code into C using MATLAB Coder and keep getting the same error which makes no ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseWhat does Subscripted assignment dimension mismatch mean? I keep getting the same error?
OMG I just realized that! Thanks! What I really was trying to do was multiply the c matrix (8*8) by smaller 8*8 matrixes in the...
presque 10 ans il y a | 0
Question
What does Subscripted assignment dimension mismatch mean? I keep getting the same error?
I keep getting the same error for the following code:- Error in dct1 (line 12) d(j,k) = c*double(b(j,k)); whereby c = dc...
presque 10 ans il y a | 2 réponses | 0