Feeds
提问
Forward, Backward and central differences
if F=sin(x) and p=(divergence).F How do I write code to find forward, backward and central differences of P when x=2, x=3,...
7 years 前 | 0 个回答 | 0
0
个回答已回答
Cubic Splines for Interpolation
I dont have curve fitting toolbox so csacpi won't work. if x = [Oct_17(1:30,2)]; y = [1:30]; What code do I used to plot...
Cubic Splines for Interpolation
I dont have curve fitting toolbox so csacpi won't work. if x = [Oct_17(1:30,2)]; y = [1:30]; What code do I used to plot...
7 years 前 | 0
提问
Cubic Splines for Interpolation
Given an array of data T. I have one missing element which I would like to use interpolation to find. How do I use cubic ...
7 years 前 | 3 个回答 | 0
3
个回答提问
Use polyfit to find standard curve fitting functions
I have two matrix T3_All and T3_Max Given these two matrices how do I find the linear, power and exponential functions usi...
7 years 前 | 1 个回答 | 0
1
个回答提问
R^2 value of function
I have linear, power and exponential functions. How do I find R^2 for each of these functions
7 years 前 | 1 个回答 | 0