SatimageOSAX icon indicating copy to clipboard operation
SatimageOSAX copied to clipboard

Linear Algebra and Matrix are not worked.

Open minoharat opened this issue 2 years ago • 2 comments

Linear algebra command and matrix are not worked. I also reported same problem to Smile of Satimage.fr in the last year. They fixed this problem. Probably, it is a bug in the signature (.sdef) of the OSAX (that they said).

-- here is an example use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 LUdecomposition mat

--> error: "cannot convert the expected type" number -1700 to item

minoharat avatar Oct 12 '23 04:10 minoharat

I checked the Satimage osax page and I don’t see any updates. Everything is still from 2015 and 2016.

The following version of your code runs:

use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 as matrix LUdecomposition mat

alldritt avatar Oct 13 '23 00:10 alldritt

Dear Mark,

Thank you for your quick response. In my environment, Mac OS Ventura 13.5.2 and AppleScript 2.8, the following error message is displayed.

error "error occurs in SatimageOSAX: "d" is not recognized message \“creatematrix\” " number -1708 from "d"

By using the SatimageOSAX.app 1.0, when issuing other commands of the application, similar error messages numbered -1708 are displayed.

I also try the SatimageOSAX 1.0.2 released by the group of the LateNight Software in the same environment. Please refer to the following discussion.

https://forum.latenightsw.com/t/use-satimage-scripting-additions-on-catalina-and-mojave/1576 Use Satimage scripting additions on Catalina and Mojave forum.latenightsw.com

By using that version of SatimageOSAX.app, the following error message is displayed, that I reported in the issue.

error "error occurs in SatimageOSAX102: several data cannot be converted the expected type" number -1700 to item

Because these messages are display in Japanese, I translated the message into English.

Thank you.

Tatsuo Minohara

2023/10/13 9:06、Mark Alldritt @.***>のメール:

I checked the Satimage osax page and I don’t see any updates. Everything is still from 2015 and 2016.

The following version of your code runs:

use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 as matrix LUdecomposition mat

— Reply to this email directly, view it on GitHub https://github.com/alldritt/SatimageOSAX/issues/2#issuecomment-1760558845, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUS2YPVB4KKPQ2CWBEUO2DX7CAW5AVCNFSM6AAAAAA547F4RCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRQGU2TQOBUGU. You are receiving this because you authored the thread.

minoharat avatar Oct 14 '23 17:10 minoharat