Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to multialign numeric data

1 Ansicht (letzte 30 Tage)
Dina Berenbaum
Dina Berenbaum am 9 Apr. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by