Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. dmethyl1 = {
  2. {0, 0},
  3. {.25, 1},
  4. {.5, 7},
  5. {1, 26},
  6. {1.5, 40},
  7. {2, 45},
  8. {2.5, 45},
  9. {3, 44},
  10. {3.5, 44},
  11. {4, 43},
  12. {4.5, 41},
  13. {5, 39},
  14. {6, 38},
  15. {7, 37},
  16. {8, 35},
  17. {9, 33},
  18. {10, 32},
  19. {11, 29},
  20. {12, 24},
  21. {24, 13},
  22. {48, 4},
  23. {60, 2},
  24. {72, 0}
  25. }
  26.  
  27. cmaxd = Interpolation[dmethyl1, InterpolationOrder -> 3]
  28.  
  29. Gives the interpolation function. I need to translate this into a crude multi dose model. I need work out how to write a function that works like:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement