Community Profile

photo

Damien Williams


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Can i delete part of a cell array based on a condition?
if i have a cell array such as {'CGU'} {'UUU'} {'UAG'} {'GGU'} can i identify if there is a member of {'UAA','UAG','UGA'} an...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i compare cell array values and replace with string of code letters?
% If i have a cell array like, cellArr = {'UUU'} {'CUU'} {'UUC'} {'UUG'} i % want to create a string with appropriate code a...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using throw error to validate string input
Im trying to validate the input string in my function using error(msg), can anyone help? function [amino_acid_chain] = synthesi...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to erase cell array element with less than three characters
If i have a function that accepts a string of characters eg('cgugcaguca') and i use cellArr = regexp(mRNA, sprintf('\\w{1,%d}'...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort