From: Brad on
I am using the latest release of matlab on an intel iMac running Windows XP in the Bootcamp partition. I am trying to use a USB-6009 daq and I have installed the current NIDaqmx drivers under the data acquisition toolbox 2.16. The problem I am having is running any of the daq commands such as daqregister. I am getting the error ??? Undefined function or method 'daqregister' for input arguments of type 'char' Is this a problem because I am running Matlab under Bootcamp or is there a path that I do not have set right. I am logged it as administrator when I try running these commands. Any help would be appreciated.

Thanks
From: Sean on
"Brad " <bradius(a)gmail.com> wrote in message <i37ftg$8sb$1(a)fred.mathworks.com>...
> I am using the latest release of matlab on an intel iMac running Windows XP in the Bootcamp partition. I am trying to use a USB-6009 daq and I have installed the current NIDaqmx drivers under the data acquisition toolbox 2.16. The problem I am having is running any of the daq commands such as daqregister. I am getting the error ??? Undefined function or method 'daqregister' for input arguments of type 'char' Is this a problem because I am running Matlab under Bootcamp or is there a path that I do not have set right. I am logged it as administrator when I try running these commands. Any help would be appreciated.
>
> Thanks

I'm able to run NIDAQ on a boot camp partition with Windows XP. Check your file path!
From: Brad on
"Sean " <sean.dewolski(a)nospamplease.umit.maine.edu> wrote in message <i3963u$ptv$1(a)fred.mathworks.com>...
> "Brad " <bradius(a)gmail.com> wrote in message <i37ftg$8sb$1(a)fred.mathworks.com>...
> > I am using the latest release of matlab on an intel iMac running Windows XP in the Bootcamp partition. I am trying to use a USB-6009 daq and I have installed the current NIDaqmx drivers under the data acquisition toolbox 2.16. The problem I am having is running any of the daq commands such as daqregister. I am getting the error ??? Undefined function or method 'daqregister' for input arguments of type 'char' Is this a problem because I am running Matlab under Bootcamp or is there a path that I do not have set right. I am logged it as administrator when I try running these commands. Any help would be appreciated.
> >
> > Thanks
>
> I'm able to run NIDAQ on a boot camp partition with Windows XP. Check your file path!

Do you know what my file path should be? Right now my file paths go to C:\Program Files\Matlab\R2010a\Toolbox\...

Should I add an additional path?

Thanks