Here is my SSCCE:
a[1] = 2; a[2] = 3; a[3] = 6; Histogram[a]
This throws and error though. Here are my questions:
- What kind of data type is a? Is it an Array? a List? So far as I can tell it's neither.
- How do I get the above to work?
|
Here is my SSCCE:
This throws and error though. Here are my questions:
|
|||
|
These are
Applying
You can similarly get them all at once and use
|
|||||||||||||||
|
Read the FAQs! 3) When you see good Q&A, vote them up byclicking the gray triangles, because the credibility of the system is based on the reputation gained by users sharing their knowledge. ALSO, remember to accept the answer, if any, that solves your problem,by clicking the checkmark sign` – chris Nov 13 '12 at 7:04