Info
This question is closed. Reopen it to edit or answer.
How i can write this in matlab in optimized form using intermediate variables????
1 view (last 30 days)
Show older comments
1 Comment
Ameer Hamza
on 9 Sep 2020
What have you already tried? Is there some confusion about writing this in MATLAB?
Answers (1)
Asad (Mehrzad) Khoddam
on 9 Sep 2020
sy = sin(y);
asy = abs(sy);
xt = x + tan(y);
xtn = x + log(abs(tan(y)));
tx = 2*x+sy^2;
ot =1/3;
R1 = abs(x)*xt/(50*x^2+asy^ot(5*x^2+asy2.2/(x^2 * xt^4);
R2 = sinh(sqrt(tx)/xtn^ot+abs(x)))-(xtn+cos(y))/tx^ot;
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!