Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

help cv #17

Closed
ryuuran123 opened this issue Sep 11, 2012 · 7 comments
Closed

help cv #17

ryuuran123 opened this issue Sep 11, 2012 · 7 comments
Labels

Comments

@ryuuran123
Copy link

I'm using Matlab 64-bit on windows 7 64-bit, had successfully compile mex function, but when i tried to show list of function available using help cv; Matlab return enable pause function, not the list,.
can someone help solve this issue?
thanks in advanced,.

@kyamagu
Copy link
Owner

kyamagu commented Sep 11, 2012

Do you add the path to the mexopencv directory before use? i.e., addpath c:\path\to\mexopencv What matlab version do you use?

@ryuuran123
Copy link
Author

yes, i did it already,.
Matlab R2012a (7.14.0.739)
64-bit


From: Kota Yamaguchi notifications@github.com
To: kyamagu/mexopencv mexopencv@noreply.github.com
Cc: ryuuran123 chandra_suharlim@yahoo.com
Sent: Tuesday, September 11, 2012 8:03 PM
Subject: Re: [mexopencv] help cv (#17)

Do you add the path to the mexopencv directory before use? i.e., addpath c:\path\to\mexopencv What matlab version do you use?

Reply to this email directly or view it on GitHub.

@kyamagu
Copy link
Owner

kyamagu commented Sep 14, 2012

I don't know why Matlab return such a weird result, but it can be the change in matlab that help command doesn't list a directory content anymore. Can you show the help of any of the cv.* function, such as help cv.filter2D?

@ryuuran123
Copy link
Author

yes i can, that's what made me confused,.


From: Kota Yamaguchi notifications@github.com
To: kyamagu/mexopencv mexopencv@noreply.github.com
Cc: ryuuran123 chandra_suharlim@yahoo.com
Sent: Saturday, September 15, 2012 12:00 AM
Subject: Re: [mexopencv] help cv (#17)

I don't know why Matlab return such a weird result, but it can be the change in matlab that help command doesn't list a directory content anymore. Can you show the help of any of the cv.* function, such as help cv.filter2D?

Reply to this email directly or view it on GitHub.

@kyamagu
Copy link
Owner

kyamagu commented Sep 16, 2012

To check the help functionality, you can create a directory and use the help command of that directory; i.e.,
mkdir +mydirectory;
help +mydirectory;

If it doesn't list directory content, your matlab version doesn't show list of functions.

@ryuuran123
Copy link
Author

wow,, this help me solve the problem,.
^^,
thanks a lot for your help,.
i really appreciate it,.
:)


From: Kota Yamaguchi notifications@github.com
To: kyamagu/mexopencv mexopencv@noreply.github.com
Cc: ryuuran123 chandra_suharlim@yahoo.com
Sent: Sunday, September 16, 2012 9:27 PM
Subject: Re: [mexopencv] help cv (#17)

To check the help functionality, you can create a directory and use the help command of that directory; i.e.,
mkdir +mydirectory;
help +mydirectory;
If it doesn't list directory content, your matlab version doesn't show list of functions.

Reply to this email directly or view it on GitHub.

@amroamroamro
Copy link
Collaborator

@kyamagu: this looks like it was already solved. Should be marked as closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants