Pastebin

Paste #1300: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

  1 function [outI outT] = damage_transform(I, T)
  2     % I min,max: 0.0063    6.2660
  3     % T min,max: 0.8815   98.7592
  4     tmax = max(T);
  5     tmin = min(T);
  6
  7     outI = I;
  8     outT = asin((T-tmin)/(tmax-tmin));

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.