From: Joseph Cohen on
I want to be able to store Matlab variables as binary data in a BLOB column in a mysql database, then retrieve them. How should I go about doing this?

I tried using the fastinsert function like so:

fastinsert(connection,{'blob_column'},Variable_To_Be_Inserted)

but received a 'mysql syntax error'. What should I do?

Thank You!