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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by