|
|
||||||||||||||||||||
The Art of Mathematics |
Help 2.4.2Memory Load command1. FunctionUse this command to load memory from file. Fig. 1. Memory Load command in menu. Fig. 2. Memory Load command in Toolbar.Command displays Open File dialog where you can select .lcm file to load. .lcm memory files consist of memory store commands like
File is loaded directly into memory without displaying its content in the editor window. Memory files allow you to separate calculation logic and input data, so that you can program your calculation formula once and then use it on different datasets. 2. ExampleFor instance you are designing some device with test chamber and interested how much gas you need to fill the chamber. Let us say you have two versions of the chamber: small and big. So, you create two files — chamber_small.lcm:
and chamber_big.lcm:
Now you create new file and type in the calculator: To calculate small chamber volume load chamber_small.lcm file into memory and hit Ctrl+Shift+=. Calculator calculates small chamber volume: To calculate large chamber volume load chamber_big.lcm file into memory and hit Ctrl+Shift+= once more: |
|
|||||||||||||||||||
|