1.

The function handle given to the timeit command cannot be defined within the timeit function.(a) True(b) FalseThis question was addressed to me in examination.The origin of the question is Performance and Memory in portion Advanced Software Development of MATLAB

Answer»

Correct choice is (b) False

To EXPLAIN I WOULD say: The FUNCTION handle can be given as an input to the TIMEIT() command. It’s not necessary that we need a separate variable to declare a function handle.



Discussion

No Comment Found

Related InterviewSolutions