Anthrazit

750 Reputation

11 Badges

5 years, 291 days

MaplePrimes Activity


These are questions asked by Anthrazit

The Maple Units implementation is really causing a lot of trouble.

Right now I'm getting results in Joule, but I want to convert to kN*m.

Can someone explain to me this?

Without loading Units, conversion works.

When loading Units, regardless of simple or standard, it doesn't work anymore.

 

Any idea what this could mean?

I'm comparing 2 matrices where one of them is empty, and the other one is unitfree.

I just wonder how it is possible to store data between sessions. What I found out is that if a matrix is connected with a datatable, the matrix data is stored. If it is not connected with a datatable, it is not.

In the attached example there are 2 matrices. If you run the worksheet, both variables are defined as visible in the variable overview.

After reopening without running the worksheet, just the variable connected with a datatable is.

Any ideas how to also get the second variable stored between sessions (obviously not with the same method as used for a)?

storetable.mw

According to the help manual...

To perform an action when the data table is updated, click the data table, and then, from the Data Table context panel, select Edit Content Changed Code to open the Code Editor dialog for the data table.

I am unable to make this work, nothing happens when I click on that button.

Edit - Component code - shows everything greyed out.

Any hints?

Any idea why a similar indexing call to an Array and a Matrix gives different "orientations"?

The indexing call [1..2,1] to a Matrix gives a a column Vector, while a similar call to an Array gives a (row) Array. So somehow the Array call gives a transpose of the original.

MatrixVsArray.mw

First 17 18 19 20 21 22 23 Page 19 of 24