Clear Filters
Clear Filters

Varaibles types in MATLAB and SQL

13 views (last 30 days)
Yogan Sganzerla
Yogan Sganzerla on 2 Nov 2020
Edited: Yogan Sganzerla on 2 Nov 2020
Dear all,
I have a question regarding the type of varible that I have in MATLAB and the new type when I export (from MATLAB to SQL) to SQL.
I have a vector in MATLAB with 2 position
v = [1 2.2 ]
I am using the toolbox Database to export. However, the vector that appear in SQL
v = [1.0000000000000000 2.2000000000000000].
I know that I can correct it in SQL but I would like to know if it is possible to define it in MATLAB.
Thank you for your attentino and have a good week.
Kind regarding,
Yogan Felipe Sganzerla

Answers (0)

Community Treasure Hunt

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

Start Hunting!