Feeds
提问
matrix dimensions must agree
I am writing a lagrange interpolator function and when runnign the test code, my program fails for most tests and i get "matrix ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Array indices must be positive integers or logical values.
I am writing a lagrange interpolator function using Neville's method but keep getting this error (array indices must be positive...
6 years 前 | 2 个回答 | 0
2
个回答提问
"Busy" in command window, doesn't respond
Have only been using Matlab for a short while but has worked just fine until now. When running a test file to test my programs ...
6 years 前 | 1 个回答 | 0
1
个回答提问
I'm having trouble getting my first Matlab code to work? Can anyone tell me what's wrong?
function [x1,x2,errflag] = quadroot(a,b,c) if (a == 0) error('\nThis equation is not quadratic\n') ...
6 years 前 | 1 个回答 | 0