photo

Damien Williams


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
90,296
of 300,918

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,110

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,685

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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}'...

6 years ago | 1 answer | 0

1

answer