Kai Wing YU
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
93,176
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0