- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Programming with SOFA › [SOLVED] which matrix should I use ?
Tagged: 64_bits, Linux_ubuntu, SOFA_1706
Hey,
I’m investigating matrix into sofa. I need a matrix which can be store in a datafield, and can be resize at runtime.
I tried FullMatrix, but didn’t succeed at read/write values in it.
Any clue ? 🙂
Thanks for helping
you try to implement a matrix on what ?
What is the objectif of the new Champs, the new tenseur, the new space normative you want to build ?
Is it this your FullMatrix ?
https://fr.mathworks.com/help/matlab/ref/full.html?requestedDomain=www.mathworks.com
Quel environnement de développement utilise tu ? Peut tu le mettre dans ta signature ?
Cordialement
Hey,
Sorry I just had a look on this topic for delete it.
It looks like I didn’t use the fullMatrix correctly. I just made it works.
you try to implement a matrix on what ?
What is the objectif of the new Champs, the new tenseur, the new space normative you want to build ?
Is it this your FullMatrix ?
I tried to implement matrix support for a communication plugin for sofa.
I used fullmatrix for creating new datafield in case the datafield does not exist.
You can have a look on the plugin here : https://github.com/sofa-framework/sofa/pull/534
Thanks for helping 😉
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.