How can i coding binary array using RNA coding

Hello every one
pls if any one know .
How can i coding binary array using RNA codingRNA coding?

3 件のコメント

ammar mohammed
ammar mohammed 2019 年 4 月 21 日
thanks for the comment
but how can Convert binary sequence to structure of RNA sequence
Walter Roberson
Walter Roberson 2019 年 4 月 21 日
編集済み: Walter Roberson 2019 年 4 月 21 日
Dec = B(1:2:end) * 2 + B(2:2:end);
L = 'UCAG'
Rna = L(Dec+1);

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

タグ

質問済み:

2019 年 4 月 20 日

編集済み:

2019 年 4 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by