Recent content by linger

  1. L

    MATLAB Plotting a Dose-Volume Histogram from Matrix of Values

    no, not really, but have tried to solve it and have come this far D = sort(D); %D matrix 150x1 x= [150:-1:1]*100/150; plot(D, x); xlim([0,14]); have I done it right so far? the graph plots only from the smallest x value 5.321 to the highest 13.226 and I want it to draw from 0 to 14.
  2. L

    MATLAB Plotting a Dose-Volume Histogram from Matrix of Values

    Hi, I have a matrix 150x1 with values between 5.321 to 13.226 and I want to use the matrix and plot a dose-volume histogram (https://en.wikipedia.org/wiki/Dose-volume_histogram). Can someone help me.
Back
Top