is2D
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
f = figure();
ax = gca();
plot(ax, 1:10, sin(1:10));
assert_istrue(is2D(ax));
f = figure();
surf(peaks);
ax = gca();
assert_isfalse(is2D(ax));🔗 See also
🕔 History
Version
📄 Description
Last updated