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:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Anti-Spam Code:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
[quote][i]Originally posted by tlab[/i] [br]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 [/quote]
Check here to include your profile signature.
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
Snitz Forums 2000