ShowResultsManager
show the Results Manager
Calling Sequence
Parameters
Options
Description
Examples
ShowResultsManager(file1,file2,...,opts)
filek
-
(optional) string; MapleSim files
none = truefalse
True means open the results manager with no files. The default is false.
ShowResultsManager opens the MapleSim Analysis window with the Simulation Results tab. The Simulation Results tab contains the plots of MapleSim simulations.
The optional filek arguments are filenames of additional MapleSim files. The filename associated with the linked model is automatically included.
When the Analysis window launches, it contains only the Simulation Results Tab.
By default, the 3-D Playback Window for multibody models is empty when the Results Manager opens. To load an animation from a stored result, right-click (Control-click for Macintosh) on the stored result in the Stored Results palette and select Show 3-D Visualization.
You can save any changes you make to the simulation results. To save your changes, click the Save the current model icon.
A≔MapleSim:-LinkModel⁡filename=cat⁡kernelopts⁡toolboxdir=MapleSim,/data/examples/RLCcircuit.msim:
A:-ShowResultsManager⁡
See Also
MapleSim
MapleSim[LinkModel]
Download Help Document