Q:

Use feval as an alternative way to accomplish the following function calls: abs(-4) size(zeros(4)) Use feval twice for this one!

0

Use feval as an alternative way to accomplish the following function calls: abs(-4) size(zeros(4)) Use feval twice for this one!

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

feval(@abs, -4)
 feval(@size, feval(@zeros, 4))

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now