Recent content by baznguy

  1. B

    Help with matlab program for cos(x)

    Homework Statement The function cos(x) can be approximated using the following series expansion: Write a MATLAB function called seriesCos that takes a single scalar argument, x, uses the above formula to compute cos(x), and returns the result. Your function should use a while loop and...
Back
Top