error in ( imaqhwinfo ) command . any help ?

3 views (last 30 days)
ahmad
ahmad on 14 Dec 2013
Commented: EDZER on 3 Oct 2014
when i write command ( imaqhwinfo ) this error appears (Undefined function or variable 'imaqhwinfo'. ) knowing that I used matlab R2013b ,and this message not appears when i used matlab 2012 .. so what is the problem .? thanks in advance

Accepted Answer

Wayne King
Wayne King on 14 Dec 2013
Edited: Wayne King on 14 Dec 2013
It seems maybe you do not have the Image Acquisition Toolbox installed in R2013b.
If you enter
>>ver
Do you see the Image Acquisition Toolbox installed?
You can also try this command:
license('test','image_acquisition_toolbox')
to see if a 1 is returned.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!