photo

Chen Ji


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
258.881
of 301.195

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.190

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.322

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


imshow directly converts the [0,255] to [0,1]?
I am doing color space conversion. R = image(:,:,1); G = image(:,:,2); B = image(:,:,3); red = double(image(:,:,1)...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to plot points in a loop?
for x=1:10 a=2*x b=3*x^2 plot(a,b) end But the figure cannot be plotted. What should i write for t...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why imwrite doesn't work??
I have a .mat file of Lena(greyscale) and i want to use imwrite to trnsfer it to a jpeg file. so i used: load Lena; imwri...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate JPEG compression quality?
I am doing a coursework about JPEG compression and i follow DCT, quantisation and then inverse DCT. How to calculate the restore...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


why imshow() doesn't work when opening an image in .mat form
I have .mat file which is a 512*512 matrix, and i want to open it as a picture in matlab. 1. load filename imshow...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort