Why is the inputParser method addParamValue not recommended and how does it differ from addParameter?

2 vues (au cours des 30 derniers jours)
Basically the question above..
I've been using the inputParser class for a little while and mostly use addParamValue for name/value pairs. I've just upgraded to 2014b. I can't seem to see much of a difference between addParamValue and addParameter.
Is it simply the addition of matchPriorityValue input argument? If so, why couldn't that just be appended to addParamValue in some future release?
  1 commentaire
guoqiang qiu
guoqiang qiu le 25 Août 2016
I have met the same problem. My Matlab version is 2012b, however, I cannot find addParameter function anymore. I am not sure whether addParamVaule can replace addParameter?

Connectez-vous pour commenter.

Réponses (1)

Adam
Adam le 25 Août 2016
addParameterValue is a function from R2007b, addParameter was added in R2013b clearly with the intention of replacing it.
So addParameter will do mostly the same and should always be used if you have the relevant version of the software. If you don't then continue to use the older version. That it is 'not recommended' presumably just means there is now a newer version of the function that is more stable and being actively supported whereas I imagine addParameterValue is no longer being supported so, for example, will not undergo any performance improvements.

Catégories

En savoir plus sur Argument Definitions dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by