Erwin Koman
Followers: 0 Following: 0
Feeds
提问
Hi, anybody can help me to check for question b whether my answer is correct or not? Thanks.
<</matlabcentral/answers/uploaded_files/34028/Untitled.png>> Here is my code: t = [0:19]; y = [6,13,23,33,54,83,118,1...
9 years 前 | 2 个回答 | 0
2
个回答提问
I think my answer is not correct for this question, anyone can help me to check it? Thanks
Attached file is the question. Here is my code B = 10000; m = 0; P = input('monthly payment?') while B>...
9 years 前 | 2 个回答 | 0
2
个回答提问
I have some problem when plotting the graph, anyone can help? Thanks
This is my code for x = -10:10 y = 2^(0.4*x)+5 plot(x,y,'g') end
9 years 前 | 1 个回答 | 0
1
个回答提问
Hi, I would like to ask if my answer is correct or not, here is the question.
Here is my Code % Graphical method to solve x.^4 + x.^3 - 2*x.^2 +1 x = -5:.1:5; f = inline('x.^4 + x.^3 - 2*x.^2 +1'...
9 years 前 | 1 个回答 | 0