Dear BB
You made a typo.
Please type
plot([1,2,3]) instead of
plot[1,2,3])
Reason:
plot( .... ) is a function call
[1,2,3] is a vector of data
Hope this helps,
Stefan.
bb-543437 wrote:
> Just because of frustration I tried JMathLib in the Demoversion of the
> homepage of JMathLib at Jily 5th at 17:50 , that worked about 2 days ago
> very well. And what did I get? See here:
>
> > plot[(1,2,3)]
> ??? plot[(1,
> PARSER: missing )
> >
>
> What the hell happens there?
>
> BB
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Mathlib-develop mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/mathlib-develop
>
|