Re: matrix size [message #4887] |
Mon, 14 August 1995 00:00 |
meron
Messages: 51 Registered: July 1995
|
Member |
|
|
In article <40f9bo$8n9@seralph9.essex.ac.uk>, Pearson J E <jepear@essex.ac.uk> writes:
> PVWAVE QUERY
>
> Thanks to everyone who helped me with my last problem, I have another one!
>
> If you pass a matrix into a function, how can you determine the size of
> that matrix without passing it's size as a parameter to the function as well.
Use the SIZE function. It provides you all the information you need.
Mati Meron | "When you argue with a fool,
meron@cars3.uchicago.edu | chances are he is doing just the same"
|
|
|
Re: matrix size [message #4893 is a reply to message #4887] |
Fri, 11 August 1995 00:00  |
peter
Messages: 80 Registered: February 1994
|
Member |
|
|
Pearson J E (jepear@essex.ac.uk) wrote:
: PVWAVE QUERY
: Thanks to everyone who helped me with my last problem, I have another one!
: If you pass a matrix into a function, how can you determine the size of
: that matrix without passing it's size as a parameter to the function as well.
size(matrix)
Simple, no?
Peter
|
|
|