ifelse

PURPOSE

Shorthand for ternary operator: if-then-else

SYNOPSIS

function out = ifelse(a,b,c)

DESCRIPTION

Shorthand for ternary operator: if-then-else
OUT = IFELSE(A,B,C)

 Ternary operator for MATLAB like the one in GNU Octave

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005