From: Kelechi Anabi on
Good Day ALL,

I am a masters degree student working on RFID tag,l just want to know if l can use MABLAB script to write on a tag and how to go about it.

Thanks

Hilary
From: Walter Roberson on
Kelechi Anabi wrote:

> I am a masters degree student working on RFID tag,l just want to know if
> l can use MABLAB script to write on a tag and how to go about it.

MATLAB has no RFID related functions. If writing the tag is more complex
than opening a known device name and writing a stream of bytes, then you
will probably have trouble doing in with core Matlab. If you happen to
be using Windows, then you might perhaps be able to call an ActiveX
control. Or perhaps the Instrument Control Toolbox would be of help. And
of course if it is possible to control the writing through a C program,
then you could make the the C program callable from Matlab.

In short, writing RFID tags is not one of Matlab's strengths, but you
could likely do it from Matlab if you work at it long enough.