Difference between revisions of "User:JKreitz"

From PrattWiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
== Article ==
 
== Article ==
[[http://news.sciencemag.org/biology/2015/05/electron-microscopes-close-imaging-individual-atoms]] by Robert F. Service; Science Magazine. Data accessed: 9/9/15. Grand Challenge: Engineer the tools for scientific discovery.
+
[[http://news.sciencemag.org/biology/2015/05/electron-microscopes-close-imaging-individual-atoms]] by Robert F. Service; Science Magazine. Date accessed: 9/9/15. Grand Challenge: Engineer the tools for scientific discovery.
 
 
  
 
== MATLAB Demonstration ==
 
== MATLAB Demonstration ==
 
My personal favorite demonstration in the MATLAB documentation is entitled "Controlling Random Number Generation." I think the concept of randomness has been hotly debated for some time, and so I think when using MATLAB's built in random functions, it is nice to know how outputs are formulated. This section not only discusses how random numbers are generated (as it turns out, it is based on a time-dependent "seed" value), but it also develops some methods with which to control this process for various applications that require more "random" randomness.
 
My personal favorite demonstration in the MATLAB documentation is entitled "Controlling Random Number Generation." I think the concept of randomness has been hotly debated for some time, and so I think when using MATLAB's built in random functions, it is nice to know how outputs are formulated. This section not only discusses how random numbers are generated (as it turns out, it is based on a time-dependent "seed" value), but it also develops some methods with which to control this process for various applications that require more "random" randomness.

Latest revision as of 03:46, 11 September 2015

About Me

I am a current undergraduate attending Duke University. I intend to study either Biology or Biomedical Engineering.


Article

[[1]] by Robert F. Service; Science Magazine. Date accessed: 9/9/15. Grand Challenge: Engineer the tools for scientific discovery.

MATLAB Demonstration

My personal favorite demonstration in the MATLAB documentation is entitled "Controlling Random Number Generation." I think the concept of randomness has been hotly debated for some time, and so I think when using MATLAB's built in random functions, it is nice to know how outputs are formulated. This section not only discusses how random numbers are generated (as it turns out, it is based on a time-dependent "seed" value), but it also develops some methods with which to control this process for various applications that require more "random" randomness.