Squiggly Arrows

Easiest way to draw a squiggly arrow
13 téléchargements
Mise à jour 6 mai 2022

Afficher la licence

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')

Citation pour cette source

Sergio Yanez-Pagans (2024). Squiggly Arrows (https://www.mathworks.com/matlabcentral/fileexchange/111275-squiggly-arrows), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0