Show and hide variable of interest/ unimportant in workspace ?

45 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Dinesh Yadav
Dinesh Yadav il 3 Giu 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.

Tag

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by