Erwin Koman
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
249,698
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0