Community Profile

photo

Bastien Chardonnens


EPFL

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 8 Jahre vor | 0

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

mehr als 8 Jahre vor | 0

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

mehr als 8 Jahre vor | 0

| akzeptiert