photo

Bastien Chardonnens


EPFL

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

nästan 9 år ago | 0

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

nästan 9 år ago | 0

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

nästan 9 år ago | 0

| accepted