Implementing analogReadResolution() in Matlab

Hi guys, I'm new with programming in Arduino.

I need to increase the resolution of my Arduino Due from 10 to 12 bits.
I believe that including the file in Matlab script would do the job but I can't find the file that declares the function analogReadResolution().

Can you point me directions?

Also, if there is another easier way to do that it would be fine.

bfmoura:
Hi guys, I'm new with programming in Arduino.

I need to increase the resolution of my Arduino Due from 10 to 12 bits.
I believe that including the file in Matlab script would do the job but I can't find the file that declares the function analogReadResolution().

Can you point me directions?

Also, if there is another easier way to do that it would be fine.

Not "real" sure, but a quick search using, "analog Read Resolution matlab" (slightly different than what you may have tried) took me to here which then had a link to here.

My eyes just kinda caught the part about Matlab and ran with that. However here are some links to ideas that may be better:

1, 2, 3

. . . in case you haven't already found a solution.