Deleting a certain base variable, from a function

2 visualizzazioni (ultimi 30 giorni)
Chris
Chris il 23 Apr 2014
Risposto: Walter Roberson il 23 Apr 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!

Risposte (1)

Walter Roberson
Walter Roberson il 23 Apr 2014
evalin('base', 'clear x');

Categorie

Scopri di più su Debugging and Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by