photo

Bastien Chardonnens


EPFL

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

presque 9 ans il y a | 0

Réponse apportée
List toolboxes currently in use by session
The function ver will give you this information

presque 9 ans il y a | 0

Réponse apportée
plotting general form of function
You can plot a symbolic expression with ezplot(sym_fun)

presque 9 ans il y a | 0

| A accepté