Programmatically hiding 'linkdata' information bar
Mostrar comentarios más antiguos
When linkdata is activated for a figure (either by function call or by GUI button), an information bar is shown just below the toolbar.
It is possible to hide the information bar using the GUI, but how do hide it programmatically?
Respuesta aceptada
Más respuestas (1)
Connor
el 9 de Nov. de 2017
As of 2017b, the above no longer works. For anyone else trying to accomplish this, you must now use the .getInstance() method of the datamanager.LinkplotManager class to return the handle, then close from there:
h = datamanager.LinkplotManager.getInstance()
h.Figures(1).Panel.close
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!