mySQL bigint to Matlab str -


i using matlab plot aircraft trajectories using mysql database pull flight info. issue matlab not read or store mysql query altitude data. altitude data stored in mysql bigint(20), other data stored doubles in mysql stored in matlab via queries. thought issue when tried convert numeric data string matlab can't data. following error:

undefined function 'padarray' input arguments of type 'int8'. error in edu.stanford.covert.db.mysqldatabase/query (line 240) absbytearray = padarray(absbytearray, 8 - numel(absbytearray), 0, 'pre')'; error in writetokml6 (line 115) conflictalt1 = db.query();


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -