Question: From Mathematica

This example from Mathematics. How it might translate to Maple?

t=RandomReal[{0,2Pi},20];


y=Sin[t]+.5Cos[t]+RandomReal[.1,20];

 

data=Transpose[{t,y}];

 

ListPlot[data]

 

 

 

 

 

 

 

 

 

 

 

 

This has been branched into the following page(s):
Please Wait...