Azzera filtri
Azzera filtri

values calculated from avector

1 visualizzazione (ultimi 30 giorni)
saja mk
saja mk il 13 Ott 2020
Risposto: Sudhakar Shinde il 13 Ott 2020
s=[a b]
how can calculate s1 and s2, if s1=exp(a)and s2=exp(b)?

Risposta accettata

Sudhakar Shinde
Sudhakar Shinde il 13 Ott 2020
exp fumcion is available in matlab. The s1 & s2 syntax you written can directly be used.
s=[a b];
s1=exp(s(1));
s2=exp(s(2));

Più risposte (0)

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by