Community Profile

photo

Bastien Chardonnens


EPFL

Active since 2015

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Decoding DNA sequence into binary
You can use str = ('TGACTCAGTCGTTCAATCTATGCC'); [~,~,ind] = unique(double(str)-65); dec2bin(ind-1)

8 years ago | 0

Answered
List toolboxes currently in use by session
The function ver will give you this information

8 years ago | 0

Answered
plotting general form of function
You can plot a symbolic expression with ezplot(sym_fun)

8 years ago | 0

| accepted