photo

Parker


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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...

8 months ago | 2 answers | 0

2

answers

Question


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] ...

8 months ago | 1 answer | 0

1

answer