Group Abstract Group Abstract

Message Boards Message Boards

GAMMA DISTRIBUTION VALUES

2 Replies

After getting the gamma distribution plot, i am supposed to type the above command and then open the excel file named text.xls? but i am not getting it

You should not really by copying and pasting. Use export as in

data = Cases[Normal[p], x_Line :> First[x], Infinity]; data = Flatten[data, 1];
SetDirectory[NotebookDirectory[]];
Export["test.xls", data]

Now open the file "test.xls" in the same folder as the notebook using excel.

enter image description here

POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard