필터 지우기
필터 지우기

Can I modify a matlab Built in Function like "nwalign"

조회 수: 16 (최근 30일)
abdulla elmourcy
abdulla elmourcy 2018년 8월 8일
댓글: abdulla elmourcy 2018년 8월 11일
The "nwalign" do a global alignment with Needleman Wunch algorithm of 2 DNA sequence input (or any other data type) by comparing them and do specific steps (delete, insert, mutation) and calculate the minimum edit distance to finally getting the 2 sequences as mush as similar to each other by minimum number of editing
the question is: can I know internally what the function does it Matlab and modify these steps of the function

채택된 답변

Diwakar Ravichandran
Diwakar Ravichandran 2018년 8월 8일
Yes, you can edit the code by typing edit function_name in your command window as per your requirement. However, it is advised that you keep a copy of the original function in case you want to revert back.
Hope this helps, Cheers!
  댓글 수: 2
Stephen23
Stephen23 2018년 8월 8일
편집: Stephen23 2018년 8월 8일
I recommend that you do NOT edit the MATLAB file once you open it: instead immediately make a copy of it to your own user folder, and edit the copy only. You should rename the copy as well, then you can continue to use the original function too!
abdulla elmourcy
abdulla elmourcy 2018년 8월 11일
thanks a lot every body

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by