Azzera filtri
Azzera filtri

InputParser with single argument (not pair)

2 visualizzazioni (ultimi 30 giorni)
Alejandro Arrizabalaga
Alejandro Arrizabalaga il 22 Gen 2018
Risposto: Walter Roberson il 22 Gen 2018
How can I make a Inputparser to react to a single optional argument instead of a pair. For example, that I can do:
func('help')
instead of
func('help',true)
Note that 'help' is an optional argument, and I want it to be can be called in any order.
Does anybody have an idea how to do this?
Any help would be appreciated!

Risposte (1)

Walter Roberson
Walter Roberson il 22 Gen 2018
inputParser cannot handle that situation. Only leading arguments can be values by themselves, and those are positional, not able to appear anywhere.

Categorie

Scopri di più su Argument Definitions in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by