Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine the length of a shoe given its size within any of a variety of sizing systems
ResourceFunction["ShoeSizeToLength"]["system","wearer","measurement",s] gives the length of a shoe sized s in the given system for the given wearer type and measurement type. | |
ResourceFunction["ShoeSizeToLength"]["system","wearer",s] gives an association of wearer foot length and manufacturer last length for a shoe sized s in the given system for the given wearer type. | |
ResourceFunction["ShoeSizeToLength"]["Information"] gives an association containing information about the various supported sizing systems. |
Find the wearer foot length appropriate for a shoe size in a given system:
| In[1]:= |
| Out[1]= |
Find the manufacturer last length appropriate for a shoe size in a given system:
| In[2]:= |
| Out[2]= |
Omitting the "measurement" argument returns an Association of both "LastLength" and "FootLength":
| In[3]:= |
| Out[3]= |
Get information on the various sizing systems:
| In[4]:= |
| Out[4]= | ![]() |
Find the manufacturer’s last length of a size-10 shoe in different systems:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
In general, suitable foot length and manufacturer last length are different for a given shoe size:
| In[6]:= |
| Out[6]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License