alr77 Posted May 30, 2019 Share Posted May 30, 2019 Dear all, A simple looking question about how to pick up an @ttribute's value inside a MATRIX : 2@boo = set(1,2,3,4); printf("boo[0] : %g\n",@boo[0]); it doesn't work while it is working with vector or obviously with array. Saddly, i feel stucked, if needed to pick up one of these values, separatly. Humbly, all/any feedbacks are welcome even if i've dumbly mistaken myself (it could happen to anybody ), thank you all. cheers. alr77 Quote Link to comment Share on other sites More sharing options...
bunker Posted May 30, 2019 Share Posted May 30, 2019 you need to use getcomp matrix2 boo= set(1,2,3,4); f@firstvalue = getcomp(boo,0,0); f@secondvalue = getcomp(boo,0,1); Quote Link to comment Share on other sites More sharing options...
alr77 Posted May 31, 2019 Author Share Posted May 31, 2019 Great Bunker Thank you a lot ! am currently brainwashin' myself from my Maya's usuals hehe ^^ I was tryin, tryin tryin any versions of boo[0][1] etc... but ok, we need this method, thank for it cheers, man Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.