How to display all variable names in the plot browser window of a plot?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
TS Sharma
el 15 de Dic. de 2014
Respondida: TS Sharma
el 18 de Dic. de 2014
I have just figured out how to display variable names in the plot browser window in a plot. However, it displays only upto 50 names at a time. I cannot find any option to view names of all the variables. I am using the following command:
% let ens be an array of size 120X1800
plot(ens','displayname','ens');plotbrowser on;
Your help will be very appreciated. Thanks.
3 comentarios
Image Analyst
el 16 de Dic. de 2014
Mine doesn't. At the bottom of the list it says "And 70 more..." and you can't expand it. I guess it figures no one would ever need to interactively check/uncheck so many items and would do it programmatically instead.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Christmas / Winter 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!