Message 1 of 4
How can I create matrix with data
Not applicable
12-04-2015
06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I hope anyone can help me.
I use Inventor and VBA for Applications. A am new in VBA, but I have made a simple code through it I manipulate assembly model's parameters.
Everything was OK until I realized that I have to use matrix multiplications to figure out some parameters.
I understood that I can not make matrix multiplication without API objects.
But I stuck and I need a little help.
The problem is that I have to create two 3x3 matrix and I have to put specific date with them. After that I have to multiply them.
Can anyone to propose me simple code about this problem.
Thank you.