The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 simple question about matrix

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tlab Posted - 01/05/2005 : 4:33:05 PM
Origin Version (Select Help-->About Origin): 7
Operating System: win2000

Can anybody help me and tell me how to get the following parameter by labTalk?

1. columns and rows of current matrix
2. how to set [i,j] cell value?

Thanks a lot.

Regards.

tlab


1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 01/05/2005 : 8:22:40 PM
1. Use the Matrix command.

//Get the number of columns and rows...
matrix -pg DIM var1 var2;
var1=; // number of columns?
VAR1=20
var2=; // number of rows?
VAR1=10

//Set the number of columns and rows...
matrix -ps DIM 20 10;

2. Use the cell function.

cell(rowNum,colNum) = value;

Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000