Feeds
提问
How to write a conditional statement for tridiagonal matrix.
Hi! I have tridiagonal matrix function where I need to have a conditional statement if a, b, and c contain any nonzero values. I...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to read in data from file using specific lines?
Hi! I have a project dealing with plotting bezier curves from a data file. The first value of the data file (data.m) is the numb...
5 years 前 | 1 个回答 | 0
1
个回答提问
Lagrange Interpolation Code Error/Help
Hello! I am to graph an interpolating polynomial and the data points. The data points are from a file which I will provide. I ke...
5 years 前 | 1 个回答 | 0
1
个回答提问
Reading data from file
Hi! I am trying to read in data from a file. If I have the following file let's call it datafile.m: 1 2 3 4 5 6 1 4 9 16 25...
5 years 前 | 1 个回答 | 0
1
个回答提问
Alternates of polyval and polyfit?
I'm working on an assignment that has to do with interpolating polynomials where I create a picture reading in the data points f...
5 years 前 | 1 个回答 | 0
