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=5 then it's true
이런식으로 출력하려면 어떻게 해야되?
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=5 then it's true
이런식으로 출력하려면 어떻게 해야되?
잘은 모르지만 </p><p> 이걸 지워야 할꺼 같은데?
</p><p>은 걍 html 깨진거