How do I get figs2tabs to work?

1 view (last 30 days)
Ronald DeSpain
Ronald DeSpain on 9 Oct 2018
I GET AN EMPTY FIGURE WHEN I RUN
f1 = figure('Name','Sin Wave'); plot(sin(1:100)); f2 = figure('Name','Random Points'); plot(magic(5)) f3 = msgbox('A message box'); tabbedFig = figs2tabs([f1,f2,f3])

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!