Feeds
提问
hi, how to use strsplit function to split a line of string into multiple lines when a predefined number of characters is reached?
for example: if I have: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", I want to split it into lines after 4 characters and then I could ...
10 years 前 | 2 个回答 | 0
2
个回答提问
hi, I am writing long strings into text file via fprintf. instead of having long lines, I want to break these lines into shorter lines of strings.
for example: I have :""CountyName: Greenbrier The rooms were very nice and clean adn roomy, but the heat/AC was messed up and t...
10 years 前 | 0 个回答 | 0
