RandomTools[RemoveFlavor] - remove a flavor template
|
Calling Sequence
|
|
RemoveFlavor(flvr)
|
|
Parameters
|
|
flvr
|
-
|
symbol; represents a flavor in the form of a procedure or module
|
|
|
|
|
Description
|
|
•
|
The RemoveFlavor(flvr) removes the flavor specified by flvr from the list of flavors that function Generate recognizes.
|
|
If the flavor is not known to function Generate, an exception is raised.
|
•
|
This function is part of the RandomTools package, and so it can be used in the form RemoveFlavor(..) only after executing the command with(RandomTools). However, it can always be accessed through the long form of the command by using the form RandomTools[RemoveFlavor](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?