Graph of sin(10*x*cos(x))

조회 수: 1 (최근 30일)
Manar Oua
Manar Oua 2020년 5월 9일
댓글: Manar Oua 2020년 5월 9일
How can we represent a graph for a composed function like sin(10*x*cos(x))

답변 (1개)

Akihumi
Akihumi 2020년 5월 9일
Do you mean something like this?
x = 0:0.01:10;
plot(sin(10.*x.*cos(x)));
  댓글 수: 2
Manar Oua
Manar Oua 2020년 5월 9일
편집: Manar Oua 2020년 5월 9일
it should be like tht
Manar Oua
Manar Oua 2020년 5월 9일
thanks a lot u helped me with the (*.) i forgot bt it

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by