Statistics
5 Questions
0 Answers
RANK
35.508
of 300.365
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
1
RANK
of 20.933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.262
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
At what values does the coefficient computation break down
The question asks to use polyfit to find the interpolating polynomial of y=e^x at N equally spaced points and determine the valu...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
Plotting graphs in matlab
The graph obtained by the following is not exactly the graph expected. >>x=-5:0.01:5; >> h=(2.*x.^2 .*(x.^2 -6.25)./(4.053 ....
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
How can I expand polynomials with matlab?
Can matlab expand something like the following and represent it in terms of powers of 'x'? x(x-7)(x-6) + (x+4)(x-9)(x-2) + x(...
bijna 11 jaar ago | 2 answers | 1
2
answersQuestion
Can a function in matlab return a polynomial or an expression?
Say I want (3x-3) returned when 3 is given as an input parameter. How can I do this?
bijna 11 jaar ago | 3 answers | 0
3
answersQuestion
How to simplify or expand factors?
I'm self learning matlab and I wanted to plot a graph. I think I have missed an important fact regarding multiplication in matla...
bijna 11 jaar ago | 1 answer | 0
