Community Profile

photo

Amanda McGovern


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


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 ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


"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 ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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') ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort