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...
3 years 前 | 0
