B
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
89,034
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 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
Solving a non linear equation using the Least squares method
This concern MRI data and diffusion tensor imaging I am trying to estimate D within each voxel using the data in data1.mat and...
2 years ago | 0 answers | 0
0
answersQuestion
interpolating scattered points using radial basis function
We suppose that we have sampled the value of a function Now i want to include a linear term in the interpolating function ...
2 years ago | 0 answers | 0
0
answersQuestion
Fit a least squares ellipse
I am trying to fit a least square ellipse to to the 'ellipse' data set that i have attached I feel like i have everything corre...
2 years ago | 2 answers | 0
2
answersQuestion
Mod Euler Method with two ODEs
I am trying to create a model the govern bungee jumping and trying to solve nurmerically using mod_euler_method. We were given ...
3 years ago | 1 answer | 0
1
answerQuestion
Two Step Adam Bashford Method
I am trying to make a function that implements the two step Adam Bashford Method to solve an ODE function [t, w, h] = abs2(f, a...
3 years ago | 2 answers | 0
2
answersQuestion
Collatz Conjecture using for loop
Consider the following algorithm start with positive integer if the number is even, divide by 2 if not multiply it by 3 and ad...
3 years ago | 1 answer | 0
1
answerQuestion
How do i write the function for the taylor polynomial of cos(x) using for loops and no anonymous function
Pn is the taylor polynomial of the degree (at most) n centred at x0=0 for the function cos(x) The function should take inputs a...
3 years ago | 2 answers | 0
2
answersQuestion
How to make the variable pace, a data type double
I am trying to make a function that gives me the pace required given an athletes goal function pace = required_pace(time,distan...
3 years ago | 2 answers | 0