Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Encapsulated External Functions
Contributed by: Arnoud Buzing
Extends the Wolfram Language by calling into functionality from various programming languages like Python, Java, R, and Julia.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["ArnoudBuzing/ExternalFunctions"]
To load the code after installation, evaluate this code:
Needs["ArnoudBuzing`ExternalFunctions`"]
Get the canonical Unicode name for a character:
In[1]:= |
Out[1]= |
Plot the light curves of stars observed by the Kepler mission:
In[2]:= |
Out[2]= |
Compute the Khatri-Rao product of two matrices:
In[3]:= |
Out[3]= |
Convert radians to degrees and vice versa:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Compute fast fourier transforms:
In[6]:= |
Out[6]= |
Wolfram Language Version 14