is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an special figurue to be shown)
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an special figurue to be shown)
2 comentarios
Fangjun Jiang
el 15 de Sept. de 2011
What special figure? Do you want to plot the array you clicked?
Respuesta aceptada
Walter Roberson
el 15 de Sept. de 2011
When you say "clicking on that array", what do you mean? When the array is displayed in the variable inspector? Or when it is being displayed in a GUI you constructed? In a uitable perhaps?
2 comentarios
Walter Roberson
el 15 de Sept. de 2011
If you are referring to outputting hyperlinks in the command window, please see http://blogs.mathworks.com/desktop/2007/07/09/printing-hyperlinks-to-the-command-window/
Más respuestas (2)
mohammad
el 16 de Sept. de 2011
6 comentarios
Walter Roberson
el 17 de Sept. de 2011
Don't put in 3 or more commands: write a function that takes two arguments and does the plotting for you. The two arguments would be the two file names to use for that particular plot.
Ver también
Categorías
Más información sobre Axis Labels 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!