Concatenation Problem
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to get cipher text for input text
S=Input Array
K=Output Array
Example- input text: 'hl' then I want cipher_text=ch
I am getting output as
Output
Q =
c
Q =
h
But i am not getting how to concatenate these values and get 'ch' as cipher text for input text 'hl'
Pls Provide your suggestions..
Code :- removed...
0 个评论
采纳的回答
Walter Roberson
2011-11-3
Instead of assinging to Q, assign to Q(j); and at the end, display Q instead of Q(j)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!