Concatenation Problem

1 vue (au cours des 30 derniers jours)
Nil
Nil le 3 Nov 2011
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...

Réponse acceptée

Walter Roberson
Walter Roberson le 3 Nov 2011
Instead of assinging to Q, assign to Q(j); and at the end, display Q instead of Q(j)
  1 commentaire
Nil
Nil le 4 Nov 2011
Thanks so much...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by