Filter löschen
Filter löschen

Help with "Kolgomorov Complexity"

1 Ansicht (letzte 30 Tage)
Kevin Lai
Kevin Lai am 25 Nov. 2015
Beantwortet: Walter Roberson am 25 Nov. 2015
I was tasked with the following and can't really solve it:
1) Design a code that can generate the string: 'abcabcabcabcabcabcabcabcabcabcabcabcd'. --> I know there is a repmat function but how can I use it for char strings? Also, would a for loop help in this case, especially with the additional "letter d" at the end?
2) Design a second code that is even shorter than the first code.

Antworten (1)

Walter Roberson
Walter Roberson am 25 Nov. 2015
Hint:
repmat('pqrst', 1, 5)

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by