For loop that replaces string in array to numbers
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I need to make a for loop that replaces the numbers in an array from string to a number. example '22.222' to just 22.222
4 comentarios
Stephen23
el 23 de Jul. de 2020
Shawntae Harris
el 23 de Jul. de 2020
Stephen23
el 23 de Jul. de 2020
@hawntae Harris : please save the data in a .mat file and then click the paperclip button to upload it here.
Shawntae Harris
el 23 de Jul. de 2020
Respuestas (1)
Harsha Priya Daggubati
el 29 de Jul. de 2020
Editada: Harsha Priya Daggubati
el 29 de Jul. de 2020
Hi,
Along with '.m' file, it would help if you can share the contents of data or your text file you are trying to read.
I tried this at my end:
a = ["2.222","452.1512","4151.1545","262.154","55.54","653.265"]
double(a)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!