User Portlet
| Discussions |
|---|
| Seems like something has already been attached with the definition of x. Quick fix would be first to clear x then plot like: Clear[x] Plot[x,{x,0,6}] I hope this solves your problem. |
| Discussions |
|---|
| Seems like something has already been attached with the definition of x. Quick fix would be first to clear x then plot like: Clear[x] Plot[x,{x,0,6}] I hope this solves your problem. |