Tagged Questions
1
vote
1answer
56 views
How to apply multiple format to a list
I have a nested list like
matrix = {{1.2345664, 2.38673956, 3.567846}, {0.00034554, 124.4554654,
6.34543}, {0.0000233, 244.34454, 2}}
and I want to apply ...
14
votes
3answers
384 views
Removing In/Out Labels before printing
I know that I can close a notebook and open it again in order to remove the In/Out labels. What I would like to know is if there is another easy way of removing these labels without having to close ...
