octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: needed help for contribution to octave as a beginner


From: Oliver Heimlich
Subject: Re: needed help for contribution to octave as a beginner
Date: Mon, 20 Aug 2018 14:35:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 20.08.2018 12:06, tharun kumar vardhineni wrote:
> hello sir/madam,
>                
>               good evening sir/madam,i am tharunkumar doing graduation
> in koneru lakshmaiah deemed to be university. i am one of the member of
> open-source community i am good in python and c programming languages i
> want to contribute as a new function in octave which was calculating the
> average of n numbers which we don't have till now in octave. can you
> please help me
> 
>                                                 thanks in advance

Hi,

Octave already has a function called “mean”, which calculates the
average of n numbers.

octave:1> mean ([1 17 12])
ans =  10

Best
Oliver

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]