Click here to Skip to main content
15,908,013 members

Comments by cpengineer (Top 1 by date)

cpengineer 21-Jun-17 11:19am View    
Thank you for your reply and comments RedDk.
In the following if-else-end statement, the values (1 and 0) of
StructParameters.noInput are just a binary to indicate there is an input or not?

if nargin==0
                StructParameters.noInput=1;
            else
                StructParameters.noInput=0;
            end