photo

Kai Wing YU


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to compute the area and the distance?
I can solve for AB and AC, but I don't know how to get the area and distance by using AB and AC.

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


What's wrong in the code? I cant generate the same graph as the question required.
function y = f(x) x = -5:5; y = sin(x.^2).*exp(cos(x)); plot(x,y) end

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


Where is the mistake of the ^? i can plot the graph without the ^ but it say i have mistake after adding the ^ or .^
x_array = -5:5; y_array1 = sin(x_array.^2).*exp^(cos(x_array)); plot(x_array, y_array1)

거의 3년 전 | 답변 수: 1 | 0

1

답변