different operations for same string
古いコメントを表示
lets say i have a string (string=('aBcdEf')). how do i make something like that?
output1= function on A to C (upper and lower case)
and
output2=function on D to F(upper and lower case)
Thank you
5 件のコメント
dpb
2018 年 10 月 14 日
What does "function on (letter set)" mean, precisely?
It's simple enough to find the set members, the Q? is what is supposed to happen?
Give an example of expected outputs desired.
Elie Elias
2018 年 10 月 14 日
編集済み: dpb
2018 年 10 月 14 日
Elie Elias
2018 年 10 月 14 日
編集済み: dpb
2018 年 10 月 14 日
madhan ravi
2018 年 10 月 14 日
編集済み: madhan ravi
2018 年 10 月 14 日
Just give an example of your required output
Image Analyst
2018 年 10 月 14 日
Clear as mud. When you say "the next prime number"? What is the current prime number? And as you know, the only even prime number is 2, so the next prime number being even would only be if the CURRENT prime number is 1, but we don't even know how you're obtaining any of these these prime numbers.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!