Just provide the color you want to the function and that's it!
Example for single arrow:
my_color = 'r';
squiggly_arrow(my_color)
Example for double arrow:
my_color = '#64B900';
squiggly_arrow2(my_color)
I recommend using export_fig (https://www.mathworks.com/matlabcentral/fileexchange/23629-export_fig) for easily exporting the squiggly arrow as .png. You can without any background as:
export_fig('your_file_name','-r300','-transparent')
引用格式
Sergio Yanez-Pagans (2024). Squiggly Arrows (https://www.mathworks.com/matlabcentral/fileexchange/111275-squiggly-arrows), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2021a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |