Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

error- real positive integers or logicals.

조회 수: 3 (최근 30일)
FIR
FIR 2012년 1월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
I get error as
Subscript indices must either be real positive integers or logicals.
please can anyone tell why i get this error
am performing dualtree2D, my image is rgb and have converted into
double(rgs2gray(x))
x is my input image ,
my dual tree code is
x = imread('dock.jpg') % Test signal
J = 4;
x=double(rgb2gray(x))% number of stages
[Faf, Fsf] = FSfarras; % 1st stage anal. & synth. filters
[af, sf] = dualfilt1;
w = dualtree2D(x, J, Faf, af)
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 1월 19일
Exactly where do you get the error? What is the traceback shown?
FIR
FIR 2012년 1월 19일
walter i reseized the image and got it walter
now is there any code to reduce the co-efficient using noise shapping algorithm

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by