You can use arrayfun to apply a function to each element of an array. (Apply function to each element of array) ej: y = arrayfun(@foo,x) Where foo is some ...
確定! 回上一頁