Recent content by ne_237

  1. N

    Plot Bremsstrahlung Energy Spectra - Formula & Tips

    where I can give experimental data of this spectra?Can you help me and introduce some sites? Thanks
  2. N

    Plot Bremsstrahlung Energy Spectra - Formula & Tips

    Ok.That's right. But is there any formula for obtain this spectra?
  3. N

    Plot Bremsstrahlung Energy Spectra - Formula & Tips

    Thanks for all's replays I want to plot intensity of the produced x-ray energy in bremsstrahlumg reaction with different targets (for example tungsten) so that the peaks (k and L shell) are shown.
  4. N

    Plot Bremsstrahlung Energy Spectra - Formula & Tips

    Hi all How can I plot bremsstrahlung energy spectra?What is the formula for this topic? Pleas help me! thanks a lot.
  5. N

    Fortran Help with Fortran90: Reading a File

    Thanks a lot Uart for reply But I want to the output will be as below: 1 2 2 3 2 3 4 3 5 3 5 3 6 4 5 8 9 45 65 14 ... ... ... that is 20columns (or more in other program)write in different rows.
  6. N

    Fortran Help with Fortran90: Reading a File

    I have a problem in write arrays also.How I do write rows and columns in file as matrix. For example I use this program: do i=1,10 write(12,*)(x(i,j),j=1,20) end do but in file only 4columns are showed and 20columns are breaked.Can anyone help me? Thanks a lot.
  7. N

    Fortran Help with Fortran90: Reading a File

    Thanks Uart.But I had to solve this problem with Fortran90.
  8. N

    Fortran Help with Fortran90: Reading a File

    Hi All I have a problem in the work with Fortran90. I have a file that don't have any idea for read it. It consiste of number and character.For example it includes as below 1 15193r 8 9r 4 6 74r,... I want to write these numbers in 2 columns. For example 1 15193 8 9 4 0 6 74 terms...
Back
Top