Community Profile

photo

Bastien Chardonnens


EPFL

Attivo dal 2015

Followers: 0   Following: 0

Contatto

Statistiche

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 8 anni fa | 0

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

oltre 8 anni fa | 0

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

oltre 8 anni fa | 0

| accettato