(HELP ME PLEASE) Invalid input value at row 1, column 1. Expected string
Mostrar comentarios más antiguos
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 comentario
madhan ravi
el 20 de Mzo. de 2020
Please attach your relative script as .m file.
Respuestas (0)
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!