Line 8: Line 8:
 
I'm trying to Copy and paste Mario.m  and it isn't working for me, line 14 it says:
 
I'm trying to Copy and paste Mario.m  and it isn't working for me, line 14 it says:
  
""??? function x = Mario(d)""
+
""?? Input argument "d" is undefined.""
    |
+
 
Error: Function definitions are not permitted at the prompt or in scripts.
+
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
 
  Anyone else get this??---Adam Frey
  
 
Back to [[Homework]]
 
Back to [[Homework]]

Revision as of 16:42, 20 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

Back to Homework

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett