Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Exports data (numbers) to a table in Database

2 visualizzazioni (ultimi 30 giorni)
Jake
Jake il 2 Ago 2016
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi MATLAB experts,
input = [1;3;5]; is 3x1 double array. I want to export this data to the database by using the following code.
datainsert(conn,tablename,colnames,input)
If I use "datainsert", can I push the data into the database as is in numerical value??
I sometimes found that datainsert only works with text values...
Please correct me if I am wrong.
Thanks for your help. Jake

Risposte (0)

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by