photo

John Cleary


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Taylor series of sin(x) needs to be modified for cos(x) in a better way, please explain how to do this
function [approx] = T_C(angle,counter) approx=0; radianangle= angle*pi/180; polynum=1; polynum=radianangle; approx=...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need to setup a MATLAB FUNCTION for taylor series of cos(X)
I need to setup a function where MATLAB will take two input values one for angle (x) and one for numeric position (n) and it sho...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort