Statistics
6 Questions
0 Answers
RANK
25 199
of 300 352
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20 928
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168 212
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
machine precision problem in code
my function is supposed to take any rational number as an input, and it's supposed to output the number of digits after the deci...
nästan 13 år ago | 4 answers | 0
4
answersQuestion
real number to it's binary form
I am interested in learning more about the mechanics behind computer representation. For example, if I had a function, like ...
nästan 13 år ago | 2 answers | 0
2
answersQuestion
Need help understanding a least squares problem
In this problem, you will write a function named MyRegressor to with data with n given functions.The header of this function is...
ungefär 13 år ago | 1 answer | 0
1
answerQuestion
Turing a Least Squares function into a Weighted Least Squares
So i originally wrote my function for a least squared function but it turns out I need to write my function to figure out the we...
ungefär 13 år ago | 0 answers | 0
0
answersQuestion
Interpolation points for determining values in between known data points
In this function, i want to use interp1 to generate a linear, cubic, and spline interpolation among points in the above sequence...
ungefär 13 år ago | 2 answers | 1
2
answersQuestion
Differentiation question using diff and polyder
I already wrote my code, I just need help figuring out a couple of errors. So my function has 3 parts. For the first part,...
ungefär 13 år ago | 1 answer | 0
