i=5;

disp('when x=')</p><p>disp(i)</p><p>disp('then it's true')

이런식으로 코딩하고면 출력값이

When x=

    5

then it's true


이렇게 보기 싫게 나오는데


이걸

When x=then it's true

이런식으로 출력하려면 어떻게 해야되?