필터 지우기
필터 지우기

Matlab (R2013a) can't find toolbox functions?

조회 수: 3 (최근 30일)
Lui
Lui 2013년 10월 31일
댓글: Image Analyst 2015년 1월 23일
Hi there
I have the following problem: I installed the cogent2000 toolbox and I tried to run an experiment, that uses cogent functions. When I try to run it, the following error message appears:
_Undefined function 'config_display' for input arguments of type 'double'.
Error in exp_jget (line 88) config_display(screenmode, screenres, black, white, ft_name, ft_size, ..._
I presume that Matlab can't find the function, but I can't figure out why - I added the folders of the cogent toolbox and the script to the matlab path. I controlled it with the commands 'path' and 'which XY'...
Any suggestions appreciated

답변 (2개)

Image Analyst
Image Analyst 2013년 10월 31일
Are you saying that you do
which -all config_display
and it still says "Undefined function 'config_display' for input arguments of type 'double'"? Please copy and paste the result of the which statement here so we can see what it actually says.
  댓글 수: 2
Image Analyst
Image Analyst 2014년 7월 8일
Alexandru put this as an "Answer" to his original question so I'm moving it here as a comment since it's a reply to me:
Undefined function 'config display' for input argument of type double
error in andreea wmtask (line5)
config_display(0,1, [0 0 0], [1 1 1], 'Arial Narrow', 22,6); %0=window, 1=full screen
Image Analyst
Image Analyst 2014년 7월 8일
Why didn't you do like I asked and run the which command?
Contact the authors of the cogent2000 toolbox and ask them for that function. Apparently it's missing on your computer.

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


Jonathan Price
Jonathan Price 2015년 1월 23일
Hey, I'm having the same problem. When I run the which command, it says " 'config_display' not found. " Does anyone have this script?
  댓글 수: 1
Image Analyst
Image Analyst 2015년 1월 23일
Like I said, I would imagine that the authors of the cogent2000 toolbox must have that function. Contact the authors of the cogent2000 toolbox and ask them for that function.

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

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by