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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0