Post Reply 
Printing Matrix from program
10-10-2020, 02:36 AM
Post: #5
RE: Printing Matrix from program
Matrix are mathematical objects, you’re not allowed to insert strings.
Once the strings removed you should be able to use EDITMAT.

Unfortunately the “title” or the {“title”, { “title row”...}, {“title col”}} does not seem to work, but the Boolean flag ‘readonly’ works well.

Code:

EXPORT MATTEST()
BEGIN
 LOCAL MAT1 := [[1.1,1.2,1.3],[2.1,2.2,2.3],[3.1,3.2,3.3]];
 EDITMAT(MAT1, "MYMAT", 1);
END;

Using EDITLIST doesn’t work on list of lists, and the “title” is also ignored, or I missed something to use it.

Thibault - not collector but in love with the few HP models I own - Also musician : http://walruspark.co
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Printing Matrix from program - Grayhek - 10-09-2020, 02:52 AM
RE: Printing Matrix from program - Tyann - 10-09-2020, 04:52 AM
RE: Printing Matrix from program - Grayhek - 10-09-2020, 11:17 AM
RE: Printing Matrix from program - Grayhek - 10-09-2020, 12:26 PM
RE: Printing Matrix from program - pinkman - 10-10-2020 02:36 AM



User(s) browsing this thread: 1 Guest(s)