Question: hi do you know how i can define a matrix

This question is related to the Question procedure error

hi

do you know how i can define a matrix as local variables inside a  procedure?

for eg if we want to declare T as a 4*4 zero matrix and K as 6*6 zero matrix, is the followin ok:

local T::matrix(4,4,0),K(6,6,0);

.....

thanks

sarju

This has been branched into the following page(s):
Please Wait...