Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Je dán vektor x = [-99:99].
Jakým způsobem přepíšete do MATLABu vzorec: y = sin(2x) · ex
y = sin(2x) .* e(x);
y = sin(2.*x) .* exp(x);
y = sin(2*x) .* ex;
y = sin(2x) * exp(x);
y = sin(2*x) * e(x);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!