photo

Hamrit


2012년부터 활동

Followers: 0   Following: 0

메시지

Hello world

통계학

  • Thankful Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


help to fix this
clear all clc global Gdi global c O=imread('12.jpg'); D1= im2double(O); for ng=1:3 XD=D1(:,:,ng); [lg...

대략 12년 전 | 답변 수: 0 | 0

0

답변

질문


GUI and matrix
when i run my gui and do my compression (image) there is no matrices in the part of the workspace matrix ex: dct

대략 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Display JPEG file in GUI
creat Axe in your gui then ======= I=imread('yourfile'); axes(handles.axe1); imshow(I);

대략 12년 전 | 0

답변 있음
image compressing with DCT
dvalue=imread('yourimage'); dvalue = double(dvalue)/255; dvalue = rgb2gray(dvalue); imshow(dvalue) img_dct=dct2(dv...

대략 12년 전 | 0

질문


how can i creat function of " transfer d'un filtre en Matlab étap par étap"
Exp: H(z)=[1-(z power(-6))]/ [1-(z power(-2))] I'm zero in this function please help me with *_Detail explication_*

대략 12년 전 | 답변 수: 1 | 0

1

답변