I have an array just evaluated to be
Input:
s[0]
:
:
s[2]
Output:
{450.243}
{320.428}
{561.358}
But when next step of:
Plot[s[i],{i,0,2}] expecting to see results I get (blank page?) :
|
I have an array just evaluated to be Input: Output: But when next step of: |
|||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
You need to use
|
|||||||
|
PlotandListPlotto learn what they do. This is easily answered with a simple lookup in the documentation. – rm -rf♦ Nov 24 '12 at 5:16