Feeds
질문
How can change the format of numbers in Matlab?
How can change the format of numbers in Matlab? I have a matrix and i want the result of each element to be with six zecimal dis...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
The polynomial for the cubic spline is with x or (x-xi) ?
When I want to find the coefficients of a cubic spline the function gives me the polynomials in x or in (x-a value from interval...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Cubic spline in Matlab works with natural boundary?
I want to make an interpolation with a cubic spline function. And I want to find the coefficients of the polynomials with this f...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Can somebody explain me this code for interpolation with cubic spline?
Can somebody explain me some things in this program. I need some help . function [S C]=Spline3(u,x,y,dya,dyb) % vectors x ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I make a program which can determine the coefficients
I want to make a program which can determine the coefficients of a cubic spline. I have the (n+1) points and I want to calculate...
7년 초과 전 | 답변 수: 1 | 0
