Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0