[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
From: |
Juan Pablo Carbajal |
Subject: |
Re: |
Date: |
Sun, 1 Nov 2015 10:04:20 +0100 |
On Sat, Oct 31, 2015 at 11:49 PM, Michaela Magennis
<address@hidden> wrote:
> I was just wonder if you could tell me how I pass a matrix from one function
> to a new function in order to get mean measurements and minimum measurements
> in order to get rescaled measurements
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
>
Please use subjects in your messages.
I am not sure I understod, but to pass a matrix as an argument you do
A = function1 (x) #returns a matrix
B = function2 (A) # input argument is the matrix
check the function mean, maybe that one helps you.
- [no subject], Michaela Magennis, 2015/11/01
- Re:,
Juan Pablo Carbajal <=