how to remove quote
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have variable
g=strcat('Cord',filename)
g = 'Cord1'
I want to convert g from char to double to obtain g=Cord1
1 comentario
Jan
el 2 de Oct. de 2018
This sounds like the typical problem of indices hidden in names of variables. Don't do this. See the exhaustive explanations at: Tutorial: Why to avoid EVAL
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!