(HELP ME PLEASE) Invalid input value at row 1, column 1. Expected string
Show older comments
Matlab me da este error
Invalid input value at row 1, column 1. Expected string.
cuando intento insertar la celda x1 (es 1x24) a la columna (FechaHora - In english is Datetime) en SQL pero yo ya hice la converción:
x1 = string(x(:,1));
pero me sigue diciendo que x1 no es string

1 Comment
madhan ravi
on 20 Mar 2020
Please attach your relative script as .m file.
Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!