Prev: fitting implicit equation without local minimum
Next: How to add arc model blockset to simulink library? please help!
From: Joseph Cohen on 5 Jul 2010 10:49 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! |