필터 지우기
필터 지우기

hello, can somebody help me to write this question in matlab

조회 수: 1 (최근 30일)
ahmad gardi
ahmad gardi 2018년 1월 2일
편집: ahmad gardi 2018년 1월 3일
Somebody help me to write the given expression in Matlab to get the the answer, Thank you in advance.
  댓글 수: 7
Star Strider
Star Strider 2018년 1월 2일
We have to know what ln and log are. We cannot help unless we know what your instructor intends by those names.
Mohammad Jalal
Mohammad Jalal 2018년 1월 3일
احمد ئەتووم دیتیۆ

댓글을 달려면 로그인하십시오.

답변 (1개)

Vigneshwar Pesaru
Vigneshwar Pesaru 2018년 1월 3일
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
ahmad gardi
ahmad gardi 2018년 1월 3일
편집: ahmad gardi 2018년 1월 3일
thanks for your comment finally i found the solution here its
x=2;
z=3;
y=x^3*z+12*x*z+(exp(x))/(log(x*z)-log10(x*z)*sqrt(x*z))*(x*z)^(1/3)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by