(HELP ME PLEASE) Invalid input value at row 1, column 1. Expected string
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/278426/image.png)
1 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Database Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!