what is the meaning of disp(' ') ?
9 次查看(过去 30 天)
显示 更早的评论
working on following code
while CorrectABC~=1
disp('Is this the equation you"d like to find roots?')
disp(' ')
what does disp(' ' ) mean?
0 个评论
采纳的回答
Image Analyst
2020-2-29
It just prints out a blank line to the command window.
1 个评论
Walter Roberson
2020-3-1
This gives you a visual separation, which can make the output easier to understand.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!