photo

James Sweetman


Last seen: Today Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Nesting tiledlayouts within another tiledlayout
Here's a crudely implemented class that achieves the same result. classdef tiledlayoutnested<handle %TILEDLAYOUTNESTED ...

14 hours ago | 0

Answered
Copy nodes and sub-nodes of uitree to another uitree
This seems to work! arrayfun(@(x,y) copyobj(flipud(x.Children),y),tree1,tree2)

1 year ago | 0