(New page: == Problem 1 == == Problem 2 == == Problem 3 == Add your Rhea contributions to the == Problem 4 == Obtain the Mario.m file [http://web.ics.purdue.edu/~huffmalm/301SU09/Mario.m here])
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
== Problem 1 ==
 
== Problem 1 ==
 
== Problem 2 ==
 
== Problem 2 ==
 
== Problem 3 ==
 
== Problem 3 ==
Add your Rhea contributions to the  
+
Add your Rhea contributions to the [[Midterm Cheat Sheet]].  Instead of making pages with titles like [[HW5.3 Landis Huffman_ECE301Summer2009]], make your pages descriptive to their content while still including your name, e.g. [[Fourier Transform - Landis Huffman]]
 
== Problem 4 ==
 
== Problem 4 ==
 
Obtain the Mario.m file [http://web.ics.purdue.edu/~huffmalm/301SU09/Mario.m here]
 
Obtain the Mario.m file [http://web.ics.purdue.edu/~huffmalm/301SU09/Mario.m here]
 +
 +
I'm trying to Copy and paste Mario.m  and it isn't working for me, line 14 it says:
 +
 +
""?? Input argument "d" is undefined.""
 +
 +
Error in ==> Mario at 14
 +
 +
 +
x = [note(1/16,E,d),note(1/8,E,d),note(1/16,E,d),note(1/16,REST,d),note(1/16,C,d),...
 +
 +
 +
Anyone else get this??---Adam Frey
 +
 +
Adam, the .m file is to be run as a function, which requires an input.  This is explained in the homework problem description. 
 +
 +
Try x = Mario(T), where T is one of the sampling periods described in the homework. [[User:Huffmalm|Huffmalm]]
 +
 +
oh, wups, thanks-- Adam F.
 +
 +
Back to [[Homework]]

Latest revision as of 08:02, 21 July 2009

Problem 1

Problem 2

Problem 3

Add your Rhea contributions to the Midterm Cheat Sheet. Instead of making pages with titles like HW5.3 Landis Huffman_ECE301Summer2009, make your pages descriptive to their content while still including your name, e.g. Fourier Transform - Landis Huffman

Problem 4

Obtain the Mario.m file here

I'm trying to Copy and paste Mario.m and it isn't working for me, line 14 it says:

""?? Input argument "d" is undefined.""

Error in ==> Mario at 14


x = [note(1/16,E,d),note(1/8,E,d),note(1/16,E,d),note(1/16,REST,d),note(1/16,C,d),...


Anyone else get this??---Adam Frey

Adam, the .m file is to be run as a function, which requires an input. This is explained in the homework problem description.

Try x = Mario(T), where T is one of the sampling periods described in the homework. Huffmalm

oh, wups, thanks-- Adam F.

Back to Homework

Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin