フィルターのクリア

nwalign using decimals

1 回表示 (過去 30 日間)
Diego
Diego 2011 年 12 月 27 日
Good morning, I modified the nwalign function to work with decimal numbers. I named it ohalign. Everything works fine (it finish without errors and display the score), except I cannot see the alignment. In the line: % adding sequence to alignment alignment(1,path(:,1)>0) = seq1;
I receive this warning: Warning: Out of range or non-integer values truncated during conversion to character. > In ohalign at 235
I'm working blind since I cannot read the affinegapmex function neither modify it to work with my inputs.
Somebody can point me about what to do in order to display the alignments?
Thanks in advance,
Diego

採用された回答

Walter Roberson
Walter Roberson 2011 年 12 月 27 日
alignment is currently initialized as character. You will have to initialize it as one of the numeric data types instead (e.g., double)
  1 件のコメント
Diego
Diego 2011 年 12 月 27 日
Thank you very much Walter.
Best
Diego

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOceanography and Hydrology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by