User:Gab12
Jump to navigation
Jump to search
Genesis Alyse Bonds
[Jen-nuh-sis Uh-lease Bonds]
Electrical Engineer, Markets and Management Studies Certificate Candidate 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.
code: 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