What is the function of Disp
Answers
Answered by
0
Answer:
Explanation: disp( X ) displays the value of variable X without printing the variable name. Another way to display a variable is to type its name, which displays a leading “ X = ” before the value. If a variable contains an empty array, disp returns without displaying anything.
IF IT WAS USEFUL SAY THANKS
Answered by
0
disp(x) displays the value variable x.another way to display a variable is to type its name,which displays a leading "x=" before the value
Similar questions