Problem with matrix
Problem with matrix
(OP)
Hi I'm trying to sum a matrix and I get an error.
I have a document where its done and im trying to do the same.
The error can be viewed here:
http://anniss.dk/pic/mcdproblem.jpg
(or in the attatchment)
Im using mcd 14, and the document Is most lilekly created in mcd. 13. Its proberly just a setting I need to ajust. Please help
?
I have a document where its done and im trying to do the same.
The error can be viewed here:
http://anniss.dk/pic/mcdproblem.jpg
(or in the attatchment)
Im using mcd 14, and the document Is most lilekly created in mcd. 13. Its proberly just a setting I need to ajust. Please help





RE: Problem with matrix
RE: Problem with matrix
What is the index of the first element in your vector?
Cheers
Greg Locock
SIG:Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.
RE: Problem with matrix
RE: Problem with matrix
If this is not the actual error message, it should be, but that means that you've used the literal subscript operator "." instead of "[" for the index subscript.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Problem with matrix