[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nlinfit in octave
From: |
Asma Afzal |
Subject: |
Re: nlinfit in octave |
Date: |
Fri, 14 Aug 2015 13:05:15 +0100 |
> Please don't use varargin or varargout for all values unless necessary. For
> example, in nlinfit, it appears that the first four arguments are always x,
> y, modelfun, and beta0. If that's correct, then please write
>
> function ... = nlinfit (x, y, modelfun, beta0, varargin)
>
> instead of using only varargin. That will make the rest of the function a
> little easier to follow.
>
Thank you for pointing out. I have made the changes in [1].
Kind Regards,
Asma
[1] https://github.com/AsmaAfzal/octave_workspace/blob/master/nlinfit.m
- Re: nlinfit in octave, Asma Afzal, 2015/08/14
- Re: nlinfit in octave, John W. Eaton, 2015/08/14
- Re: nlinfit in octave,
Asma Afzal <=
- Re: nlinfit in octave, Olaf Till, 2015/08/15
- Re: nlinfit in octave, Asma Afzal, 2015/08/16
- Re: nlinfit in octave, Olaf Till, 2015/08/16
- Re: nlinfit in octave, Asma Afzal, 2015/08/17
- statistics package more suitable for nlinfit et al.? (was: Re: nlinfit in octave), Olaf Till, 2015/08/19
- Re: statistics package more suitable for nlinfit et al.?, Julien Bect, 2015/08/20
- Message not available
- Re: statistics package more suitable for nlinfit et al.? (was: Re: nlinfit in octave), Nir Krakauer, 2015/08/19
- Re: statistics package more suitable for nlinfit et al.? (was: Re: nlinfit in octave), Olaf Till, 2015/08/20