Deleting a certain base variable, from a function

2 vues (au cours des 30 derniers jours)
Chris
Chris le 23 Avr 2014
I'm writing a program with user inputs, split into sub functions, I want to be able to redo a certain part of the program, without running the whole program again.
At the start of the sub function I'd like to delete the previous set variable, which is a matrix array. But clear x, clearvars x doesn't work for me :(
Any ideas?
Thanks in advance!

Réponses (1)

Walter Roberson
Walter Roberson le 23 Avr 2014
evalin('base', 'clear x');

Catégories

En savoir plus sur Debugging and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by