MATLAB: What is the meaning of disp(‘ ‘)

displayfunctionmatlab function

working on following code
while CorrectABC~=1
disp('Is this the equation you"d like to find roots?')
disp(' ')
what does disp(' ' ) mean?

Best Answer

It just prints out a blank line to the command window.