hello, can somebody help me to write this question in matlab
Ältere Kommentare anzeigen

Somebody help me to write the given expression in Matlab to get the the answer, Thank you in advance.
7 Kommentare
Steven Lord
am 2 Jan. 2018
If you show us what you've written to try to solve the problem, and show any error message or incorrect answer you receive when you run it, we may be able to offer some suggestions for how to improve that code.
Star Strider
am 2 Jan. 2018
We will not write it for you.
You must ask your instructor what the difference is between ‘ln’ and ‘log’. In MATLAB, the natural logarithm is log. Does your instructor intend that ‘log’ is the base 10 logarithm? That would be log10 in MATLAB.
ahmad gardi
am 2 Jan. 2018
Bearbeitet: ahmad gardi
am 2 Jan. 2018
Star Strider
am 2 Jan. 2018
Your English is good, and it is not the problem.
First, please consult with your instructor and provide an answer to the question in my previous comment. We cannot help you until you resolve that problem.
ahmad gardi
am 2 Jan. 2018
Star Strider
am 2 Jan. 2018
We have to know what ln and log are. We cannot help unless we know what your instructor intends by those names.
Mohammad Jalal
am 3 Jan. 2018
احمد ئەتووم دیتیۆ
Antworten (1)
Vigneshwar Pesaru
am 3 Jan. 2018
0 Stimmen
Seems to be too trivial question.
x=2;
z=3;%I don't understand why there is x^(2)*x over there;instead we can directly write it has cube%
y=((x^(2)*x*z)+(12*x*z)+((e^(x)*(x*z)^(1/3))/(ln(x*z)-log(x*z))))
1 Kommentar
ahmad gardi
am 3 Jan. 2018
Bearbeitet: ahmad gardi
am 3 Jan. 2018
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!