Filter löschen
Filter löschen

input argument type double

5 Ansichten (letzte 30 Tage)
Mili Kian
Mili Kian am 11 Mai 2020
Kommentiert: Image Analyst am 11 Mai 2020
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 Kommentare
Geoff Hayes
Geoff Hayes am 11 Mai 2020
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 am 11 Mai 2020
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. "

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 11 Mai 2020
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

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by