How do I get figs2tabs to work?

1 visualización (últimos 30 días)
Ronald DeSpain
Ronald DeSpain el 9 de Oct. de 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])

Respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by