Feeds
답변 있음
how to display newline
Youj can do it using sprintf : string2Print=sprintf('%s\n','Hi','nice to meet you'); disp(string2Print) This prints: Hi...
how to display newline
Youj can do it using sprintf : string2Print=sprintf('%s\n','Hi','nice to meet you'); disp(string2Print) This prints: Hi...
거의 4년 전 | 0
