Content Feed
질문
Csapi Coefficients in a n-dimensional spline
I am trying to understand the coefficients of a spline. Basically based on the coefficients. Given something like ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
SPICE Files
Is there a way to import SPICE files to matlab. I know I can build a circuit with rfckt.series, rfckt.parallel, etc. But someti...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Storing values using csapi (spline functin)
I believe based on the comments the best way to do this: Come up with something like this. x = f(a,b,c,d) %refering to my prev...
Storing values using csapi (spline functin)
I believe based on the comments the best way to do this: Come up with something like this. x = f(a,b,c,d) %refering to my prev...
11년 초과 전 | 0
질문
Storing values using csapi (spline functin)
I have been trying to use csapi. This command will work: x = [0 1 2 3]; y = [0 1 2 3]; csapi(x,y); However, I am trying to l...
거의 12년 전 | 답변 수: 2 | 0