Mar 26, 2010 #1 milenko76 Technical User Joined Mar 26, 2010 Messages 100 Location PT I am working with one program, dealing with matrix inversion. sb=s(i,j,2) I do not understand it.Can someone explain it?
I am working with one program, dealing with matrix inversion. sb=s(i,j,2) I do not understand it.Can someone explain it?
Mar 26, 2010 #2 xwb Programmer Joined Jul 11, 2002 Messages 6,828 Location GB This is an assignment statement s is either a routine which takes 3 parameters or a 3 dimensional array. Upvote 0 Downvote
This is an assignment statement s is either a routine which takes 3 parameters or a 3 dimensional array.