Difference between revisions of "User:Gab12"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | == Genesis Alyse Bonds == | ||
− | |||
[Jen-nuh-sis Uh-lease Bonds] | [Jen-nuh-sis Uh-lease Bonds] | ||
− | Electrical Engineer, Markets and Management Studies Certificate Candidate | + | Electrical Engineer, Markets and Management Studies Certificate Candidate \n |
Enjoys candle-lit dinners and long walks on the beach | Enjoys candle-lit dinners and long walks on the beach | ||
− | '''Homework 1''' | + | '''Homework 1''' |
[http://thewaterproject.org/], The Water Project, updated 29 June 2011, accessed 26 September 2011(Grand Challenge) | [http://thewaterproject.org/], The Water Project, updated 29 June 2011, accessed 26 September 2011(Grand Challenge) | ||
− | '''Homework 2''' | + | '''Homework 2''' |
− | ''My favorite Demo | + | ''My favorite Demo' |
− | + | My favorite demo out of those I looked up would have to be the function to create a cruller diagram. It's my favorite because it seems like fairly simple code, but creates a very complex diagram. | |
− | + | ||
ab = [0 2*pi]; | ab = [0 2*pi]; | ||
rtr = [8 1.5 1]; | rtr = [8 1.5 1]; | ||
Line 22: | Line 22: | ||
tube('xycrull',ab,rtr,pq,box,vue) | tube('xycrull',ab,rtr,pq,box,vue) | ||
colormap(hot); | colormap(hot); | ||
− | view(-37.5,65); | + | view(-37.5,65);} |
-- MATLAB Demo | -- MATLAB Demo |
Revision as of 20:13, 26 September 2011
Genesis Alyse Bonds
[Jen-nuh-sis Uh-lease Bonds]
Electrical Engineer, Markets and Management Studies Certificate Candidate \n Enjoys candle-lit dinners and long walks on the beach
Homework 1 [1], The Water Project, updated 29 June 2011, accessed 26 September 2011(Grand Challenge)
Homework 2 My favorite Demo'
My favorite demo out of those I looked up would have to be the function to create a cruller diagram. It's my favorite because it seems like fairly simple code, but creates a very complex diagram.
ab = [0 2*pi]; rtr = [8 1.5 1]; pq = [40 40]; box = [-10 10 -10 10 -3 3]; vue = [90 50];
clf tube('xycrull',ab,rtr,pq,box,vue) colormap(hot); view(-37.5,65);} -- MATLAB Demo