Message Boards Message Boards

Include 2 manipulates in one GUI?

Posted 6 years ago

Dear All, Iam trying to include 2 manipulates in one GUI. As shown in Picture. Is it possible to do so? Please help. Thanks enter image description here enter image description here

Attachment

Attachment

POSTED BY: Manoj Imrith
2 Replies
Posted 6 years ago

Thank you very much,

Regs

POSTED BY: Manoj Imrith

You can use Row:

Manipulate[Row[{MorphologicalBinarize[img, var1], Spacer[20],
   Binarize[img, var2]}],
 {var1, 0, 1},
 {var2, 0, 2}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract