When i start with a=arduino('COM5');
it returns a error
"??? Undefined function or method 'arduino' for input arguments of type 'char'."
i can't figure out why. can anybody help me?
it works well, bot sometimes it doesnt recognize any COM port......
A question: someone have tried to send a value of angle to a servo from a variable?
i want to send an angle to a servo, but it changes depending some conditions, so i want to send something like this
target.servoWrite(10,ang);
where"ang" is variable. I have tried to program this, but matlab says it isnt a valid argument.......some ideas?
PD: sorry for bad english
Comment only