what is the meaning of disp(' ') ?

10 次查看(过去 30 天)
working on following code
while CorrectABC~=1
disp('Is this the equation you"d like to find roots?')
disp(' ')
what does disp(' ' ) mean?

采纳的回答

Image Analyst
Image Analyst 2020-2-29
It just prints out a blank line to the command window.
  1 个评论
Walter Roberson
Walter Roberson 2020-3-1
This gives you a visual separation, which can make the output easier to understand.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by