Parker
Followers: 0 Following: 0
Feeds
提问
Array of ASCII Characters to String
word = string(input("Input: ","s")); word2 = []; for n = char(97:122) for x = 1:strlength(word) if contains(word...
12 months 前 | 2 个回答 | 0
2
个回答提问
Adding String to end of an Matrix
I simply want to add a string to a matrix without combining them for instance: word = ""; wordlist = []; for n = [1:3] ...
12 months 前 | 1 个回答 | 0