The LabVIEW Run-Time Engine does not support certain MathScript functions. The following table lists the functions that are not supported in the LabVIEW Run-Time Engine. The table also describes how to modify scripts that contain these functions in order to include a MathScript Node in a stand-alone application or shared library. If you do not modify scripts that contain these functions, the LabVIEW Run-Time Engine may return an error or may not execute certain functions.
| Function | Class |
|---|---|
| The following functions always return an error when called in the LabVIEW Run-Time Engine. Remove these functions from your scripts before you build a stand-alone application or shared library. The most common functions in this category are addpath, cd, path, and rmpath. | |
| addpath | support |
| cd | support |
| clc | commands |
| clear | commands |
| dblquad | integration |
| diary | commands |
| edit | commands |
| eval | basic |
| evalc | basic |
| exist | membership |
| exit | support |
| feval | basic |
| fminbnd | optimization |
| fmincon | optimization |
| fminsearch | optimization |
| fminunc | optimization |
| fprintf | support |
| frewind | support |
| fscanf | support |
| fseek | support |
| fsolve | zerofinder |
| funm | linalgebra |
| fzero | zerofinder |
| getfileproperty | support |
| home | commands |
| imread | support |
| imwrite | support |
| labviewroot | support |
| load | support |
| lookfor | support |
| ode113 | ode |
| ode15s | ode |
| ode23 | ode |
| ode23s | ode |
| ode23tb | ode |
| ode45 | ode |
| path | support |
| path2rc | support |
| pathdef | support |
| pathsep | support |
| quad8 | integration |
| quadl | integration |
| quit | commands |
| rmpath | support |
| save | support |
| setfileproperty | support |
| tempdir | support |
| textread | support |
| triplequad | integration |
| uiload | support |
| wavread | audio |
| wavwrite | audio |
| The following functions return an error when called in the LabVIEW Run-Time Engine if you request an output from these functions. Either do not request an output or remove these functions from your scripts before you build a stand-alone application or shared library. | |
| axes | plots |
| axis | plots |
| clf | plots |
| colormap | plots |
| figure | plots |
| gca | plots |
| gcf | plots |
| get | plots |
| ginput | plots |
| line | plots |
| loglog | plots |
| plot | plots |
| semilogx | plots |
| semilogy | plots |
| set | plots |
| subplot | plots |
| text | plots |
| title | plots |
| view | plots |
| xlabel | plots |
| ylabel | plots |
| The following functions do not return an error, but the LabVIEW Run-Time Engine does not execute these functions if you do not request an output. These functions can remain in your scripts. If you request an output from these functions, the LabVIEW Run-Time Engine executes these functions as normal. | |
| cohere | spectral analysis |
| csd | spectral analysis |
| cylinder | geometry |
| ellipsoid | geometry |
| freqs | filter design |
| freqz | filter design |
| grpdelay | filter design |
| hist | statistics |
| impz | filter design |
| peaks | matrix |
| phasedelay | filter design |
| phasez | filter design |
| psd | spectral analysis |
| sphere | geometry |
| stairs | plots |
| stepz | filter design |
| tfe | spectral analysis |
| zerophase | filter design |
| The following functions do not return an error, but the LabVIEW Run-Time Engine does not execute these functions. These functions can remain in your scripts. | |
| alltitle | plots |
| allxlabel | plots |
| allylabel | plots |
| area | plots |
| bar | plots |
| bar3 | plots |
| bar3h | plots |
| barh | plots |
| calendar | time |
| clg | plots |
| close | plots |
| contour | plots |
| contour3 | plots |
| contourf | plots |
| datetick | plots |
| deferdraw | plots |
| dir | support |
| errorbar | plots |
| ezcontour | plots |
| ezcontourf | plots |
| ezmesh | plots |
| ezmeshc | plots |
| ezplot | plots |
| ezplot3 | plots |
| ezpolar | plots |
| ezsurf | plots |
| ezsurfc | plots |
| gplot | plots |
| grid | plots |
| gtext | plots |
| help | support |
| hold | plots |
| image | plots |
| legend | plots |
| ls | support |
| mesh | plots |
| meshc | plots |
| pareto | plots |
| pause | commands |
| pie | plots |
| plot3 | plots |
| plotmatrix | plots |
| plotyy | plots |
| polar | plots |
| quiver | plots |
| rgbplot | plots |
| scatter | plots |
| scatter3 | plots |
| shg | plots |
| stem | plots |
| stem3 | plots |
| strips | plots |
| surf | plots |
| surfc | plots |
| surfnorm | plots |
| treeplot | plots |
| waitforbuttonpress | commands |
| waterfall | plots |
| what | support |
| which | support |
| who | support |
| whos | support |
| zlabel | plots |
| zoom | plots |
| zplane | filter design |