Community Profile

photo

Jake


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How do you output an frprintf from a for loop all on the same line?
input=('Enter number') for i=1:2:length(name) a=name(i:1+1); switch a case '12' num='twelve'; case '13' num...

11 years ago | 2 answers | 0

2

answers

Question


How do I extract certain characters using for loop?
I need to extract 5 letters at a time from an input to go through a for loop. Such as if the input was 15 letters, how do I ru...

11 years ago | 1 answer | 0

1

answer