Feeds
已回答
Circle plotting on different Planes
Hi, so your problem is more like math-related right? If you already have the coordinates of the unoriented circle points, ...
Circle plotting on different Planes
Hi, so your problem is more like math-related right? If you already have the coordinates of the unoriented circle points, ...
11 years 前 | 2
| 已接受
已回答
how to create an array(1 by 5000) having random values in the range(9-11).
Hi, Use the uniform distribution function rand(), that outputs values between 0..1 and multiply the values by 2 and add the b...
how to create an array(1 by 5000) having random values in the range(9-11).
Hi, Use the uniform distribution function rand(), that outputs values between 0..1 and multiply the values by 2 and add the b...
11 years 前 | 0
已回答
Don't know how to write the loop
Actually, your original code works just fine. The problem is not with the loops. You should have indexed tot with 'j', not 'inde...
Don't know how to write the loop
Actually, your original code works just fine. The problem is not with the loops. You should have indexed tot with 'j', not 'inde...
11 years 前 | 0