필터 지우기
필터 지우기

??? Undefined function or method 'uq_dist' for input arguments of type 'char'.

조회 수: 1 (최근 30일)
Ruqayya
Ruqayya 2014년 10월 13일
답변: Jan 2014년 10월 13일
[y,farr] = uq_dist('funfcn',-20,20,12,-5,0.001,0,2,4);
i have called a function in editor with the above following code and im facing the problem as Error in ==> bushra at 1 [y,farr] = uq_dist('funfcn',-20,20,12,-5,0.001,0,2,4); how should i fix this problem. this is a question to calculate the mean squared error of quantization levels.

답변 (1개)

Jan
Jan 2014년 10월 13일
The error means, that there is no file called "uq_dist.m" in the Matlab path. Do you have such a file? Did you try to add its parent folder to the path - see addpath or pathtool.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by