Q.1.
Which of the following contains the memory for the virtual address space given to MATLAB? [p,q]=memory
Q.2.
The function handle given to the timeit command cannot be defined within the timeit function.
Q.3.
The timeit function returns the time in ms.
Q.4.
What is the output of the following code? syms x; timeit(@()sin(x))
Q.5.
What is the output of the following code? syms x; timeit(@sin(x))
Q.6.
Which of the following method increases the performance of operation?
Q.7.
Is a==c? >>a=timeit(@()sin(x)); >>b=cputime; >>sin(x); >>c=cputime-b;
Q.8.
What is the output of the following code? a=timeit(()sin(x));
Q.9.
The amount of memory saved for swap files is more than the physical memory allotted for MATLAB.
Q.10.
The tick command starts a timer.