delete
📝 Syntax
📥 Input argument
📄 Description
💡 Example
f = figure();
ax = gca();
img = image();
hold on
P = plot(magic(5));
children1 = ax.Children;
delete(img);
size(children1)
children2 = ax.Children;
size(children2)🔗 See also
🕔 History
Version
📄 Description
Last updated