How to code gaussian error function
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
In regard to coding, I wonder how you could execute the error function to any function, like C = atan((2*a)/(2*b)). So I'd expect Matlab to form the partial derivations of a and b and plug them into DeltaC = ((dC/da)^2 + (Delta a)^2 + (dC/db)^2 + (Delta b)^2)^(1/2). Pretending that I assigned values to a, b, Delta a, Delta b.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!