フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to multialign numeric data

1 回表示 (過去 30 日間)
Dina Berenbaum
Dina Berenbaum 2018 年 4 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello,
I would like to preform multi-alignment of numeric vectors, similar to multialign function of sequences. However, this function works only with nucleotides or amino acids strings and I would like it to do the same for numeric vectors. For example:
input:
a = [ 1 7 3 4];
b = [ 1 7 5 ] ;
c = [ 7 3 4 8];
output:
1 7 3 4 - -
1 7 - - 5 -
- 7 3 4 - 8
I have more than 20 numbers, so converting to AA is not an option.
Thank you very much, Dina

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by