Concatenation Problem

1 回表示 (過去 30 日間)
Nil
Nil 2011 年 11 月 3 日
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...

採用された回答

Walter Roberson
Walter Roberson 2011 年 11 月 3 日
Instead of assinging to Q, assign to Q(j); and at the end, display Q instead of Q(j)
  1 件のコメント
Nil
Nil 2011 年 11 月 4 日
Thanks so much...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by