Where can the debug commands be run?
The if-else structure does not allow _____
To enter a value and change the course of a function while it is running, we use the _____
What will be the output of the following code?
switch num
case '2':
p = 2;
break;
case '3':
p = -1;
break;
default:
p = 0;
break;
What is the nature of the MATLAB variable A=[1 , 'Poland', 'Nail polish','Hit','Ler']
?
What is the size (in bytes) of double and symbolic variables holding integer constants in MATLAB?
What are persistent variables?
Which line is treated as the H1 comment in MATLAB?
How do we access a global variable in nested functions?