tools: change a word(NFC)

This commit is contained in:
muramura 2024-04-09 20:47:55 +09:00 committed by Randy Mackay
parent 4ef66dcf34
commit d4236a95c4
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ title('Polar Plot, boat speed (m/s) vs heading (deg)')
plot_heading = 50;
plot_wind_speed = 5;
% convet from values to indexs
% convert from values to indexs
plot_heading = find(heading == plot_heading);
plot_wind_speed = find(wind_speed == plot_wind_speed);