






Homework 6 FAQ
A NOTE ON TEST SCRIPTS:
The test script you turn in with your homework should provide a couple of test cases for all of the functions you've written for the homework. However, if your test script doesn't run without giving an error, or you don't submit a test script at all, you will receive a ZERO for the whole homework assignment. If one of the functions you submit with the homework gives an error when executed, you should not include test cases for this function in the test script. Under this scenario, you would lose a few points for not adequately testing the function that throws the error, but you would not get a zero because you still submitted a working test script.
CHANGE TO FRACTAL.M FILE
In the file "fractal.m" included with the homework, you should remove the line "close all" from this .m file. This line will close all of the figures opened previously, and may cause you a problem when testing Problem 2.
QUESTION 2
In the equation for BAC (Blood alcohol Content), y stands for RAL (Relative Alcohol Level)
Link to this Page