Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. nb = CreateDocument[]`
  2. NotebookWrite[nb,ToBoxes@TableForm[{1,2}]]
  3.  
  4. nb = CreateDocument[]
  5. NotebookWrite[nb,ToBoxes@TableForm[{RandomReal[],RandomReal[]}]]
  6.  
  7. nb = CreateDocument[]
  8. NotebookWrite[nb,ToBoxes@EngineeringForm@TableForm[{RandomReal[], RandomReal[]}]]
Add Comment
Please, Sign In to add comment