Work and Materials from my bachelor’s and master’s degree


First Degree (Hebrew University - Racah Institute of Physics)

First Year

 Fortran basic syntax (used for the test) 76641- FORTRAN AND C++ PROGRAMMING - link

 C++ basic syntax (used for the test) 76641- FORTRAN AND C++ PROGRAMMING - link

 77111-ADVANCED PHYSICS LAB. I (with Itamar Kolvin)
Drag coefficient Presentation - link

Second Year


Third Year

  Programming exercise of static fluid dynamics (with Asaf David)

 Lab Project final Paper "Persisters and mutation rate at exponential growth"- link

Second Degree (Hebrew University - Racah Institute of Physics)

First Year

Work on Quantum Key Delivery (Quantum Cryptography)  at the course  77887- FOUNDATIONS OF QUANTUM THEORY) in Hebrew - link

77732 - COMPUTATIONAL PHYSICS OF COMPLEX SYSTEMS (with Hilik Frank)
Exercise one - document, program  one, program two
Exercise two - document
Exercise three - document, program
Exercise four - document, program one, program two
Nice fractal from the last program (resample)

77838 - MEDICAL PHYSICS
Final Document (review on an article regarding "Dissipation of the excitation wavefronts" - document


Second Year

77712 - ADVANCED ASTROPHYSICS: COSMOLOGY AND GALAXIS (with Tal Jacobs)
    Final Work about angular momentum in dark matter halos Using extended-Press-Schechter method (EPS)  (hebrew) - document



Last Tips & Tricks

  • Calling C# .Net application (DLL's) From Matlab. Calling Microsoft .Net Framework applications from Matlab.  Not mine but very useful ... the samples are grate (this code is using the ability to register .net manged code as com component ...
    Posted Dec 22, 2008, 1:46 PM by Ofer Fridman
  • Matlab inline function from symbolic solution Small tip (it is not working any time). when you  have a differential equation you want to plot (or test with values) you can use the following code.Code%The ...
    Posted Oct 20, 2008, 2:02 PM by Ofer Fridman
  • Reading Victor Wallace (V^3) file from Matlab This function file usage the importdata (Matlab function) to extract the complex file structure of Wallace (xls file).Code% read data[WellTime WellMeas] = readwalacdata('blacefectivness.xls');% plot datah=figure ...
    Posted Oct 20, 2008, 1:10 PM by Ofer Fridman
  • Most Probable Number MPN - Matlab this is a translation for the Excel code from http://www.i2workout.com/mcuriale/mpn/index.html to Matlab.this function estimates the number of bacteria in the original sample ...
    Posted Oct 11, 2008, 8:04 AM by Ofer Fridman
  • Costume Legend - Matlab This practical code sample for usage of partial or grouped legend - hence, displaing legend not for all the graphs on the plot.By saving the handles for every line needed ...
    Posted Oct 11, 2008, 7:52 AM by Ofer Fridman
Showing posts 1 - 5 of 5. View more »

Comments