Base workspace variable name
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Editada: Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Is there any command to get the base workspace variable name ?
2 comentarios
Guillaume
el 4 de Dic. de 2015
In which contest? within a function? Which variable? All of them? An input to a function?
Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Editada: Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Respuesta aceptada
Thorsten
el 4 de Dic. de 2015
Editada: Thorsten
el 4 de Dic. de 2015
S = whos;
varname = {S.name};
5 comentarios
Guillaume
el 4 de Dic. de 2015
"use evalin": Here be dragons. Do not go down that path unless you know what you're doing and know all the pitfalls of using eval and its friends.
For what reasons do you want to have the list of variables in the base workspace?
Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Editada: Gopalakrishnan venkatesan
el 4 de Dic. de 2015
Más respuestas (0)
Ver también
Categorías
Más información sobre Scope Variables and Generate Names en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!