Show and hide variable of interest/ unimportant in workspace ?

37 visualizaciones (últimos 30 días)
Tuong Nguyen Minh
Tuong Nguyen Minh el 31 de Mayo de 2020
Respondida: Dinesh Yadav el 3 de Jun. de 2020
Dear Matlab users,
I write a program with lots of variable in Matlab workspace and I only interest in a few of them for debugging purpose.
I am trying to find a way to hide some unimportant variable whilst showing the important one
Is there any way to do this ?
Thank you

Respuestas (1)

Dinesh Yadav
Dinesh Yadav el 3 de Jun. de 2020
Hi Tuong
Kindly refer to the following threads regarding the same
The idea here is to break your program into multiple functions and keep only what variables you need as output of those functions. This will minimize all unnecessary variables into your main worksapace.
Hope it Helps.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by