Drawing stars outside circle

Given rectangle side and center, this code graphs stars outside of a circumscribed circle.
0 Downloads
Updated 29 Jun 2023

View License

Given rectangle side and center, this code graphs stars outside of a circumscribed circle.
Example:
l = 5; % Side
c = [1 2]; % Center
Using one of the local functions within live script
stars_plot(l, c, 100) % 3rd argument is to add more stars

Cite As

Isacc Alpala (2024). Drawing stars outside circle (https://www.mathworks.com/matlabcentral/fileexchange/131728-drawing-stars-outside-circle), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with R2022a to R2023b
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0