DNA encryption algorithm-cryptography

8 views (last 30 days)
Meghashree G
Meghashree G on 30 Sep 2015
Commented: Saddiqa Javaid on 10 Sep 2022
I am implementing DNA encryption algorithm:
This is what i'm doing..Taking the user input converting it to ATGC format and sending to another matlab terminal..And decryption takes place..My code works only for even length of string,but not for odd length...i know the solution to do it ,but when i give odd length string,it gives me following error:
Caught "std::exception" Exception message is: Message Catalog was not loaded from the file. Please check file location, format or contents
what do i do now? please suggest me..
  1 Comment
Saddiqa Javaid
Saddiqa Javaid on 10 Sep 2022
hi there i am also working on dna encryption can you please share code

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 30 Sep 2015

Categories

Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!