MATLAB: Hey,I am using matlab 2014b and I am doing a project on measuring vi characteristics using arduino.

MATLAB

I encounter the error "No appropriate method,property or field pin mde for class arduino. It is not being able to define the pinmode.It shows error in "a.pinMode(13,'input')".Can you please help me out?

Best Answer

pinmode is for the "legacy" arduino package. You need to update your software to use configurepin() and writeDigitalPin and the like.
Related Question