How to create variable with special characters like [ ] { } etc
Mostrar comentarios más antiguos
I need to create variables having special characters like [ ] { } in workspace. For Example create variable with name variable_name_s[pop]. I am not sure whether it is possible or not in Matlab. Please let me know about this. Thanks.
1 comentario
Ashish Uthama
el 12 de Jul. de 2011
Why would you want to do this? If you have a use-case, people here might be able to give you a better answer.
Respuesta aceptada
Más respuestas (3)
Paulo Silva
el 12 de Jul. de 2011
0 votos
No and would be a bad idea if you could do it.
Bjorn Gustavsson
el 12 de Jul. de 2011
0 votos
Try to avoid such nonsense asap. Nothing good can come out of that. If you somehow want a [ or another non-"alphanum" character in a variable name you should take a step back and rethink your design. Stick to 0-9 a-z A-Z and _!
See: http://www.mathworks.com/help/techdoc/matlab_prog/f10-60729.html#f10-60768 for more info on variable naming.
1 comentario
Sadanand
el 14 de Jul. de 2011
Walter Roberson
el 12 de Jul. de 2011
0 votos
Perhaps the containers.Map class would be suitable for you; see http://www.mathworks.com/help/techdoc/matlab_prog/brqqo5e-1.html
Categorías
Más información sobre Characters and Strings 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!