How do I get figs2tabs to work?

1 Ansicht (letzte 30 Tage)
Ronald DeSpain
Ronald DeSpain am 9 Okt. 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])

Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by