Files
matlab-learning/c5_5_13.m
2025-10-20 10:11:16 +08:00

4 lines
78 B
Objective-C

y=randn(500,1);
theta=y*pi;
rose(theta);
title('');