Groups
Groups
Sign in
Groups
Groups
pyo-discuss
Conversations
About
Send feedback
Help
TableMorph 2d input
1 view
Skip to first unread message
erik.a....@gmail.com
unread,
Apr 17, 2024, 7:47:03 AM
4/17/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyo-discuss
Hi, want to morph between samples in 2 directions with two control values x and y.
In princip something like this:
mor = TableMorph(x, y, t, [[t11, t12, t13], [t21, t22, t23], [t21, t22, t23], [t31, t32, t33]])
Is there a way to do that?
Br Erik
erik.a....@gmail.com
unread,
Apr 17, 2024, 8:49:52 AM
4/17/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyo-discuss
I solved it with nested TableMorph :)
mor1 =
TableMorph
(x
,
t1
, [
t11
,
t12
,
t13
])
mor2 = TableMorph(x, t2, [t21, t22, t23])
mor3 = TableMorph(x, t3, [t31, t32, t33])
mor
=
TableMorph
(y
,
t
, [
t1
,
t2
,
t3
])
Reply all
Reply to author
Forward
0 new messages