![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6523961_1522115377767_DEF.jpg)
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0