Feeds
提问
Use data in an array for 'Plot' command
I need to draw a shape using the 'Plot' command, the data is stored in an array called 'shape'. This is my attempt so far: ...
3 years 前 | 0 个回答 | 0
0
个回答提问
Use input from an array in a function
I have data stored in an array called 'plan' i want to use as an input in a function. I'm calling using this: Area=CalculateArea...
3 years 前 | 1 个回答 | 0
1
个回答提问
Calculate perimeter of a shape using x,y coordinates input to an array
How can I find the perimeter of a shape using x,y coordinates input to an array. The code below adds up the number of sides of t...
3 years 前 | 1 个回答 | 0
1
个回答提问
Store 2 inputs in 2 arrays
The 'coordX' input is stored in an array but how do I get the 'coordY' input to be stored in a second array? Thanks in advance ...
3 years 前 | 1 个回答 | 0