필터 지우기
필터 지우기

input argument type double

조회 수: 5 (최근 30일)
Mili Kian
Mili Kian 2020년 5월 11일
댓글: Image Analyst 2020년 5월 11일
when i using my matlab code, this error appear :
Undefined function 'uneldof' for input arguments of type 'double'.
when i write " which uneldof"
it says "'undeldof' not found. "
how can i fix it.
and my code is widesprerasd that i cant bring that on this paper.
  댓글 수: 6
Geoff Hayes
Geoff Hayes 2020년 5월 11일
Mili - you will need to show your code for IPCGdyri. Does this file also inlcude the line
uneldof=eldof(points_below(:,1),:);
? How does commenting out this line prevent the error from occurring? How is uneldof used after this line of code? And are you sure that you don't have a function named uneldof?
Image Analyst
Image Analyst 2020년 5월 11일
Make sure you spell things correctly. You don't always, like when you said this:
when i write " which uneldof"
it says "'undeldof' not found. "

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2020년 5월 11일
The variable is not in scope. You need to pass that variable into your functions somehow. See the FAQ for methods on how to do that: FAQ

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by