Community Profile

photo

manish yadav


Con actividad desde 2015

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


in lz78 what is "??? Error using ==> cell.ismember at 28" and "Error in ==> lz78 at 19"
datain=input('enter the string in single quote with symbol $ as End of string =');%input data lda=length(datain); dictionary=...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


write operation is not working and giving error
file=aviinfo('vipmosaicking.avi') frm_cnt=file.NumFrames fileExtension='.bmp'; for i=1:frm_cnt frm(i)=aviread('vipmosaic...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why it is not showing RGB image from hsi image ?
a=imread('C:\Users\Manish\Desktop\hsi.jpg'); b=double(a); [m,n]=size(a); H=b(:,:,1); [m,n]=size(H); S=b(:,:,2); I=b(:,:,3...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why output image is showing blank?
x=imread('cameraman.tif'); subplot(2,1,1); imshow(x); [m,n]=size(x); y=zeros(m+2,n+2); for i=1:m for j=1:n ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


??? Error using ==> cat , Dimension must be a finite integer ; and why orignal image was not displaying?
%Converting RGB to HSI Image a=imread('C:\Users\Manish\Desktop\peppers.png'); a=double(a); [m,n]=size(a); R=a(:,:,1); ...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why "grey level slicing image with background" is not showing any image in this code?
%grey level slicing with background p=imread('cameraman.tif'); z=double(p); [m,n]=size(p); for i=1:m ...

más de 8 años hace | 3 respuestas | 1

3

respuestas

Pregunta


??? Undefined function or method 'ddft' for input arguments of type 'double'.
x=[0 1 2 1; 1 2 3 2; 2 3 4 3; 1 2 3 2]; [m,n]=size(x); y=zeros(1,m); for i=1:m y(i)=x(1,m); ddft(y(i)); end ...

más de 8 años hace | 2 respuestas | 0

2

respuestas