1-Visitor
May 16, 2023
Solved
Function to Calculate x-distance between series of consecutive points on a circle
- May 16, 2023
- 2 replies
- 2571 views
I am developing a template which calculates the y distance between points spaced evenly on a circle. Think bar reinforcement in a circular column. The user will input the diameter of the column, d, and number of bars, N_bars, spaced evenly. I'm able to define the delta_y between points, but I'm struggling to write a program that outputs the data I want in a single array. I've attached my file for reference. I can't get a 'for' loop to work, but maybe there's a more efficient/logical way. Thank you all for the help!


