Using Matlab

19 Aug 2011

I cant connect with my mbed.

My code starts..

import mbed.* mybed=SerialRPC('COM3,9600); myled=DigitalOut(mymbed, LED1);

....but every time I run this I get an error "??? No constructor mbed.SerialRPC with matching signature found"

I have run the add_mbed_to_path.m file.

03 Sep 2011

I found that the add_mbed_to_path.m file did not add the path (Matlab 2011A). I had to manually add the path. Then it worked.

03 Sep 2011

I found upgrading to ver 2010a got things working fine.