【含源码】可自定义独立坐标轴的蛛网图/雷达图
创建一个简单但专业的蛛网或雷达图。
Create a simple yet professionally looking spider or radar plot.
每个坐标轴的限制可以手动设置。
Each axis limits can be set manually.
请参阅github自述文件页面中的文档。
Please refer to the documentation in the github readme page (https://github.com/NewGuy012/spider_plot) for all the plot settings that can be customized.
包括的三个函数具有相同的功能,但有三种不同的实现方式:
•spider_plot()与大多数MATLAB版本兼容。
•spider_plot_R2019b()与R2019b及以上版本兼容。它使用新的参数验证特性。
•spider_plot_class()与R2019b及以上版本兼容。它使用新的图表类功能。
The three functions included have the same functionality but with 3 different implementation:
• spider_plot() is compatible with most MATLAB versions.
• spider_plot_R2019b() is compatible with R2019b and above. It uses the new argument validation feature.
• spider_plot_class() is compatible with R2019b and above. It uses the new chart class feature.