Clear vairables in workspace using gui pushbutton callback??
Afficher commentaires plus anciens
Hi guys,
here is my problem:
i load a mat file that contains several variables before i run my gui. I use these variables with the help of "evalin" command in my gui callbacks.
Let say my workspace variables are these : A cell , B cell , C double,... goes on.
I want to clear all variables in the workspace window using a push button callback.
" I want to clear variables that i loaded before i run my gui".
(i read some answers and there was a conflict about the workspace term. I MEAN THE VARIABLES APPER IN MATLAB WORKSPACE WINDOW, NOT THE GUI WORKSPACE. )
2 commentaires
Pathmashantha Senanayaka
le 30 Déc 2020
I am university student. I am doing my final project using matlab guide. But i am new to matlab. So, can you please help me.
Geoff Hayes
le 4 Jan 2021
Pathmashantha - you may want to elaborate on what you need help with.
Réponse acceptée
Plus de réponses (1)
HAMZA ABBASI
le 24 Juin 2018
0 votes
clear object name like (clear a) will not work.... write clear all statement in the first line of code
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!